Automation Log
执行时间 级别 所在行 信息
2017-04-22 15:52:17 INFO ReportUtils.java:32 开始执行get请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 15:57:27 INFO ReportUtils.java:32 开始执行get请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 15:58:10 INFO ReportUtils.java:32 开始执行get请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:00:05 INFO ReportUtils.java:32 开始执行get请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:00:35 INFO ReportUtils.java:32 开始执行get请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:02:22 INFO ReportUtils.java:32 开始执行get请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:03:33 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:03:33 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:03:33 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 16:03:33 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:05:35 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:05:35 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:05:35 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 16:05:35 INFO ReportUtils.java:32 测试通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:06:18 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:06:18 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:06:18 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 16:06:18 INFO ReportUtils.java:32 测试通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:16:00 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:16:00 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:17:10 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:17:10 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:17:49 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:17:50 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:17:50 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:18:09 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:18:09 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:18:09 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:18:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:18:53 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:18:53 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 16:18:54 ERROR DataUtils.java:60 传入的参数为空
2017-04-22 16:18:54 INFO ReportUtils.java:32 测试通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:19:52 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:19:52 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:19:52 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 16:19:52 INFO ReportUtils.java:32 测试通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:24:35 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:24:35 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:24:35 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 16:24:36 INFO ReportUtils.java:32 测试通过
2017-04-22 16:24:36 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:24:36 INFO ReportUtils.java:32 组装url
2017-04-22 16:24:36 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&login_info=zhouhong&password=123456
2017-04-22 16:24:36 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&login_info=zhouhong&password=123456
2017-04-22 16:24:37 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 16:24:37 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 16:57:04 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:57:04 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 16:57:04 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 16:57:04 INFO ReportUtils.java:32 测试通过
2017-04-22 16:57:05 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 16:57:05 INFO ReportUtils.java:32 组装url
2017-04-22 16:57:05 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&login_info=zhouhong&password=123456
2017-04-22 16:57:05 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&login_info=zhouhong&password=123456
2017-04-22 16:57:05 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 16:57:05 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:02:37 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:02:38 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:02:38 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:02:38 INFO ReportUtils.java:32 测试通过
2017-04-22 17:02:38 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:02:38 INFO ReportUtils.java:32 组装url
2017-04-22 17:02:38 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:02:38 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:02:38 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:02:38 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:10:49 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:10:50 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:10:50 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:10:50 INFO ReportUtils.java:32 测试通过
2017-04-22 17:10:50 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:10:50 INFO ReportUtils.java:32 组装url
2017-04-22 17:10:50 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:10:50 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:10:50 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:10:50 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:14:28 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:14:28 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:14:29 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:14:29 INFO ReportUtils.java:32 测试通过
2017-04-22 17:14:29 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:14:29 INFO ReportUtils.java:32 组装url
2017-04-22 17:14:29 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:14:29 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:14:29 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:14:29 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:17:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:17:03 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:17:04 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:17:04 INFO ReportUtils.java:32 测试通过
2017-04-22 17:17:04 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:17:04 INFO ReportUtils.java:32 组装url
2017-04-22 17:17:04 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:17:04 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:17:04 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:17:04 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:25:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:25:45 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:25:50 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:25:52 INFO ReportUtils.java:32 测试通过
2017-04-22 17:26:19 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:26:19 INFO ReportUtils.java:32 组装url
2017-04-22 17:26:19 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:26:20 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:26:20 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:26:21 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:28:58 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:28:58 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:28:59 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:28:59 INFO ReportUtils.java:32 测试通过
2017-04-22 17:28:59 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:28:59 INFO ReportUtils.java:32 组装url
2017-04-22 17:28:59 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:28:59 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:29:00 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:29:00 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:30:30 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:30:30 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:30:30 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:30:30 INFO ReportUtils.java:32 测试通过
2017-04-22 17:30:31 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:30:31 INFO ReportUtils.java:32 组装url
2017-04-22 17:30:31 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:30:31 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:30:31 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:30:58 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:31:36 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:31:36 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:31:36 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:31:36 INFO ReportUtils.java:32 测试通过
2017-04-22 17:31:37 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:31:37 INFO ReportUtils.java:32 组装url
2017-04-22 17:31:37 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:31:37 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:31:37 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:31:37 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:31:54 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:31:54 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:31:54 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:31:54 INFO ReportUtils.java:32 测试通过
2017-04-22 17:31:55 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:31:55 INFO ReportUtils.java:32 组装url
2017-04-22 17:31:55 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:31:55 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:31:55 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:31:55 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:33:11 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:33:11 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:33:11 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:33:11 INFO ReportUtils.java:32 测试通过
2017-04-22 17:33:11 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:33:11 INFO ReportUtils.java:32 组装url
2017-04-22 17:33:11 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:33:11 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:33:12 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:33:12 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:33:59 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:33:59 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:33:59 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:33:59 INFO ReportUtils.java:32 测试通过
2017-04-22 17:34:00 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:34:00 INFO ReportUtils.java:32 组装url
2017-04-22 17:34:00 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:34:00 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:34:00 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:34:00 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:35:05 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:35:06 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:35:06 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:35:06 INFO ReportUtils.java:32 测试通过
2017-04-22 17:35:06 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:35:06 INFO ReportUtils.java:32 组装url
2017-04-22 17:35:06 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:35:06 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:35:07 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:35:07 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:35:39 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:35:39 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:35:39 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:35:39 INFO ReportUtils.java:32 测试通过
2017-04-22 17:35:39 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:35:39 INFO ReportUtils.java:32 组装url
2017-04-22 17:35:39 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:35:39 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:35:40 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:40:15 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:42:28 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:42:29 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:42:33 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:42:36 INFO ReportUtils.java:32 测试通过
2017-04-22 17:43:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:43:03 INFO ReportUtils.java:32 组装url
2017-04-22 17:43:03 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:43:04 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:43:04 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:43:05 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:47:13 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:47:13 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:47:14 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:47:14 INFO ReportUtils.java:32 测试通过
2017-04-22 17:47:14 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:47:14 INFO ReportUtils.java:32 组装url
2017-04-22 17:47:14 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:47:14 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:47:15 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:47:15 INFO ReportUtils.java:32 同请求发送的[controller=simple, password=123456, action=login_act, login_info=zhouhong]
2017-04-22 17:47:15 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:47:43 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:47:44 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:47:44 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:47:44 INFO ReportUtils.java:32 测试通过
2017-04-22 17:47:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:47:44 INFO ReportUtils.java:32 组装url
2017-04-22 17:47:44 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:47:44 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:47:44 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:47:44 INFO ReportUtils.java:32 同请求发送的[controller=simple, password=123456, action=login_act, login_info=zhouhong]
2017-04-22 17:47:44 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:48:23 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:48:23 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:48:24 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:48:24 INFO ReportUtils.java:32 测试通过
2017-04-22 17:48:24 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:48:24 INFO ReportUtils.java:32 组装url
2017-04-22 17:48:24 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:48:24 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:48:25 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:48:25 INFO ReportUtils.java:32 同请求发送的[controller=simple, password=123456, action=login_act, login_info=zhouhong]
2017-04-22 17:48:43 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:50:02 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:50:02 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:50:02 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:50:02 INFO ReportUtils.java:32 测试通过
2017-04-22 17:50:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:50:03 INFO ReportUtils.java:32 组装url
2017-04-22 17:50:03 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:50:03 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:50:03 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:50:03 INFO ReportUtils.java:32 同请求发送的[controller=simple, password=123456, action=login_act, login_info=zhouhong]
2017-04-22 17:50:03 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:50:54 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:50:54 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:50:54 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:50:54 INFO ReportUtils.java:32 测试通过
2017-04-22 17:50:55 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:50:55 INFO ReportUtils.java:32 组装url
2017-04-22 17:50:55 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action
2017-04-22 17:50:55 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller&action
2017-04-22 17:50:55 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:51:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:51:53 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:51:53 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:51:53 INFO ReportUtils.java:32 测试通过
2017-04-22 17:51:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:51:53 INFO ReportUtils.java:32 组装url
2017-04-22 17:51:53 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:51:53 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:51:54 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:52:30 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:52:30 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:52:30 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:52:30 INFO ReportUtils.java:32 测试通过
2017-04-22 17:52:30 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:52:30 INFO ReportUtils.java:32 组装url
2017-04-22 17:52:30 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:52:30 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:52:30 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:52:31 INFO ReportUtils.java:32 同请求发送的[参数=123456, 参数_controller=simple, 参数_action=login_act, 参数=zhouhong]
2017-04-22 17:52:31 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:53:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:53:57 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:53:58 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:53:58 INFO ReportUtils.java:32 测试通过
2017-04-22 17:53:58 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:53:58 INFO ReportUtils.java:32 组装url
2017-04-22 17:53:58 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:53:58 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:53:58 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:53:58 INFO ReportUtils.java:32 同请求发送的[参数=123456, 参数=zhouhong]
2017-04-22 17:53:58 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:55:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:55:53 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:55:54 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:55:54 INFO ReportUtils.java:32 测试通过
2017-04-22 17:55:54 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:55:54 INFO ReportUtils.java:32 组装url
2017-04-22 17:55:54 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:55:54 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:55:54 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:55:54 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 17:55:54 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:57:09 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:57:09 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:57:10 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:57:10 INFO ReportUtils.java:32 测试通过
2017-04-22 17:57:10 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:57:10 INFO ReportUtils.java:32 组装url
2017-04-22 17:57:10 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:57:10 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:57:10 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:57:10 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 17:57:10 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 17:59:11 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:59:11 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 17:59:12 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 17:59:12 INFO ReportUtils.java:32 测试通过
2017-04-22 17:59:12 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 17:59:12 INFO ReportUtils.java:32 组装url
2017-04-22 17:59:12 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:59:12 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 17:59:12 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 17:59:12 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 17:59:12 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:12:29 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:12:29 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:12:29 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:12:29 INFO ReportUtils.java:32 测试通过
2017-04-22 18:12:30 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:12:30 INFO ReportUtils.java:32 组装url
2017-04-22 18:12:30 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:12:30 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:12:30 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 18:12:30 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:12:30 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:13:47 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:13:47 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:13:47 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:13:47 INFO ReportUtils.java:32 测试通过
2017-04-22 18:13:47 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:13:47 INFO ReportUtils.java:32 组装url
2017-04-22 18:13:47 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:13:47 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:13:48 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script>
2017-04-22 18:13:48 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:13:48 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:24:38 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:24:38 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:24:39 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:24:39 INFO ReportUtils.java:32 测试通过
2017-04-22 18:24:39 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:24:39 INFO ReportUtils.java:32 开始post方法


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:26:06 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:26:06 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:26:06 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:26:06 INFO ReportUtils.java:32 测试通过
2017-04-22 18:26:06 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:26:06 INFO ReportUtils.java:32 开始post方法
2017-04-22 18:26:07 ERROR ReportUtils.java:58 错误


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:27:13 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:27:13 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:27:14 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:27:14 INFO ReportUtils.java:32 测试通过
2017-04-22 18:27:14 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:27:14 INFO ReportUtils.java:32 开始post方法
2017-04-22 18:27:15 ERROR ReportUtils.java:58 错误


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:30:58 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:30:58 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:30:58 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:30:59 INFO ReportUtils.java:32 测试通过
2017-04-22 18:30:59 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:30:59 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:30:59 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:30:59 ERROR ReportUtils.java:58 错误


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:31:36 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:31:36 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:31:37 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:31:37 INFO ReportUtils.java:32 测试通过
2017-04-22 18:31:37 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:31:37 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:31:37 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:31:37 ERROR ReportUtils.java:58 错误


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:32:45 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:32:46 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:32:46 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:32:46 INFO ReportUtils.java:32 测试通过
2017-04-22 18:32:46 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:32:46 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:32:46 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:32:47 ERROR ReportUtils.java:58 错误


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:33:19 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:33:19 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:33:19 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:33:19 INFO ReportUtils.java:32 测试通过
2017-04-22 18:33:20 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:33:20 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:33:20 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:33:20 ERROR ReportUtils.java:58 错误


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:34:12 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:34:12 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:34:13 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:34:13 INFO ReportUtils.java:32 测试通过
2017-04-22 18:34:13 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:34:13 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:34:13 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:34:13 ERROR ReportUtils.java:58 错误


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:35:31 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:35:31 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:35:32 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:35:32 INFO ReportUtils.java:32 测试通过
2017-04-22 18:35:32 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:35:32 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:35:32 INFO ReportUtils.java:32 开始执行post请求


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:36:05 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:36:05 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:36:06 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:36:06 INFO ReportUtils.java:32 测试通过
2017-04-22 18:36:06 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&
2017-04-22 18:36:06 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:36:06 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:36:06 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:37:48 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:37:48 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:37:48 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:37:48 INFO ReportUtils.java:32 测试通过
2017-04-22 18:37:48 INFO ReportUtils.java:32 组装url
2017-04-22 18:37:48 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:37:48 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:37:48 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:37:48 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:41:10 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:41:10 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:41:10 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:41:10 INFO ReportUtils.java:32 测试通过
2017-04-22 18:41:11 INFO ReportUtils.java:32 组装url
2017-04-22 18:41:11 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:41:11 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:41:11 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:41:11 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:41:11 ERROR ReportUtils.java:58 返回实体内容为空


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:42:52 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:42:52 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:42:52 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:42:52 INFO ReportUtils.java:32 测试通过
2017-04-22 18:42:53 INFO ReportUtils.java:32 组装url
2017-04-22 18:42:53 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:42:53 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:42:53 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:42:53 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:42:53 ERROR ReportUtils.java:58 返回实体内容为空


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:43:40 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:43:40 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:43:40 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:43:40 INFO ReportUtils.java:32 测试通过
2017-04-22 18:43:40 INFO ReportUtils.java:32 组装url
2017-04-22 18:43:40 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:43:40 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:43:40 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:43:40 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:43:41 INFO ReportUtils.java:32 返回实体内容为空


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:44:40 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:44:40 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:44:40 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:44:40 INFO ReportUtils.java:32 测试通过
2017-04-22 18:44:41 INFO ReportUtils.java:32 组装url
2017-04-22 18:44:41 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:44:41 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:44:41 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:44:41 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:44:41 INFO ReportUtils.java:32 返回实体内容为空


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:45:14 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:45:14 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:45:14 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:45:14 INFO ReportUtils.java:32 测试通过
2017-04-22 18:45:15 INFO ReportUtils.java:32 组装url
2017-04-22 18:45:15 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:45:15 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:45:15 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:45:15 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:45:15 INFO ReportUtils.java:32 返回实体内容为空


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:52:14 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:52:14 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:52:15 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:52:15 INFO ReportUtils.java:32 测试通过
2017-04-22 18:52:15 INFO ReportUtils.java:32 组装url
2017-04-22 18:52:15 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:52:15 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:52:15 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:52:15 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:52:16 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 18:52:16 INFO ReportUtils.java:32 组装url
2017-04-22 18:52:16 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action
2017-04-22 18:52:16 INFO ReportUtils.java:32 同请求发送的[controller=ucenter, action=index]
2017-04-22 18:52:16 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:52:16 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller&action
2017-04-22 18:52:16 INFO ReportUtils.java:32 返回实体内容为空


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:52:49 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:52:49 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:52:50 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:52:50 INFO ReportUtils.java:32 测试通过
2017-04-22 18:52:50 INFO ReportUtils.java:32 组装url
2017-04-22 18:52:50 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:52:50 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:52:50 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:52:50 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:52:50 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 18:52:50 INFO ReportUtils.java:32 组装url
2017-04-22 18:52:50 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action
2017-04-22 18:52:50 INFO ReportUtils.java:32 同请求发送的[controller=ucenter, action=index]
2017-04-22 18:52:50 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:52:50 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller&action
2017-04-22 18:52:50 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 18:52:50 ERROR ReportUtils.java:58 错误


Automation Log
执行时间 级别 所在行 信息
2017-04-22 18:53:54 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:53:54 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 18:53:54 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:53:54 INFO ReportUtils.java:32 测试通过
2017-04-22 18:53:55 INFO ReportUtils.java:32 组装url
2017-04-22 18:53:55 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:53:55 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 18:53:55 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 18:53:55 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 18:53:55 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 18:53:55 INFO ReportUtils.java:32 组装url
2017-04-22 18:53:55 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 18:53:55 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 18:53:55 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 18:53:56 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 18:53:56 INFO ReportUtils.java:32 测试通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 19:09:52 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:09:52 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 19:09:52 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 19:09:53 INFO ReportUtils.java:32 测试通过
2017-04-22 19:09:53 INFO ReportUtils.java:32 组装url
2017-04-22 19:09:53 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:09:53 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 19:09:53 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 19:09:53 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:09:53 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 19:09:53 INFO ReportUtils.java:32 组装url
2017-04-22 19:09:53 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:09:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:09:53 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:09:53 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 19:09:53 INFO ReportUtils.java:32 测试通过
2017-04-22 19:09:54 INFO ReportUtils.java:32 组装url
2017-04-22 19:09:54 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:09:54 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 19:15:34 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:15:34 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 19:15:35 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 19:15:35 INFO ReportUtils.java:32 测试通过
2017-04-22 19:15:35 INFO ReportUtils.java:32 组装url
2017-04-22 19:15:35 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:15:35 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 19:15:35 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 19:15:35 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:15:35 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 19:15:35 INFO ReportUtils.java:32 组装url
2017-04-22 19:15:36 INFO ReportUtils.java:32 组装url
2017-04-22 19:15:36 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:15:36 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 19:19:40 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:19:40 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 19:19:41 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 19:19:41 INFO ReportUtils.java:32 测试通过
2017-04-22 19:19:41 INFO ReportUtils.java:32 组装url
2017-04-22 19:19:41 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:19:41 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 19:19:41 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 19:19:41 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:19:41 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 19:19:41 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:19:41 INFO ReportUtils.java:32 组装url
2017-04-22 19:19:42 INFO ReportUtils.java:32 组装url
2017-04-22 19:19:42 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:19:42 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 19:23:58 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:23:58 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 19:23:58 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 19:23:58 INFO ReportUtils.java:32 测试通过
2017-04-22 19:23:59 INFO ReportUtils.java:32 组装url
2017-04-22 19:23:59 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:23:59 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 19:23:59 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 19:23:59 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:23:59 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 19:23:59 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:23:59 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:23:59 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 19:24:00 INFO ReportUtils.java:32 组装url
2017-04-22 19:24:00 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:24:00 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 19:26:52 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:26:52 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 19:26:53 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 19:26:53 INFO ReportUtils.java:32 测试通过
2017-04-22 19:26:53 INFO ReportUtils.java:32 组装url
2017-04-22 19:26:53 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:26:53 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 19:26:53 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 19:26:53 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 19:26:53 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 19:26:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 19:26:53 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:26:53 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 19:26:53 INFO ReportUtils.java:32 测试通过
2017-04-22 19:26:54 INFO ReportUtils.java:32 组装url
2017-04-22 19:26:54 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 19:26:54 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 21:55:14 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 21:55:14 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 21:55:14 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 21:55:14 INFO ReportUtils.java:32 测试通过
2017-04-22 21:55:15 INFO ReportUtils.java:32 组装url
2017-04-22 21:55:15 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 21:55:15 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 21:55:15 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 21:55:15 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 21:55:15 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 21:55:15 INFO ReportUtils.java:32 组装url
2017-04-22 21:55:15 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 21:55:15 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 21:55:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 21:55:53 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 21:55:53 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 21:55:53 INFO ReportUtils.java:32 测试通过
2017-04-22 21:55:53 INFO ReportUtils.java:32 组装url
2017-04-22 21:55:53 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 21:55:53 INFO ReportUtils.java:32 同请求发送的[password=123456, login_info=zhouhong]
2017-04-22 21:55:53 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 21:55:53 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 21:55:53 INFO ReportUtils.java:32 返回实体内容为空
2017-04-22 21:55:53 ERROR ReportUtils.java:58 错误
2017-04-22 21:55:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 21:55:53 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 21:55:53 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 21:55:54 INFO ReportUtils.java:32 组装url
2017-04-22 21:55:54 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 21:55:54 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 22:01:12 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:01:12 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 22:01:13 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:01:13 INFO ReportUtils.java:32 测试通过
2017-04-22 22:01:13 INFO ReportUtils.java:32 组装url
2017-04-22 22:01:13 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 22:01:13 INFO ReportUtils.java:32 开始post方法
2017-04-22 22:01:13 INFO ReportUtils.java:32 测试通过
2017-04-22 22:01:13 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:01:13 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:01:14 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:01:14 INFO ReportUtils.java:32 组装url
2017-04-22 22:01:14 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:01:14 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 22:03:16 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:03:16 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 22:03:17 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:03:17 INFO ReportUtils.java:32 测试通过
2017-04-22 22:03:17 INFO ReportUtils.java:32 组装url
2017-04-22 22:03:17 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 22:03:17 INFO ReportUtils.java:32 开始post方法
2017-04-22 22:03:17 INFO ReportUtils.java:32 测试通过
2017-04-22 22:03:17 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:03:17 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:03:18 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:03:18 INFO ReportUtils.java:32 组装url
2017-04-22 22:03:18 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:03:18 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 22:04:29 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:04:29 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 22:04:29 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:04:29 INFO ReportUtils.java:32 测试通过
2017-04-22 22:04:29 INFO ReportUtils.java:32 组装url
2017-04-22 22:04:29 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 22:04:29 INFO ReportUtils.java:32 开始post方法
2017-04-22 22:04:29 INFO ReportUtils.java:32 测试通过
2017-04-22 22:04:29 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:04:29 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:04:30 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:04:30 INFO ReportUtils.java:32 组装url
2017-04-22 22:04:30 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:04:30 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 22:05:20 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:05:20 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 22:05:21 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:05:21 INFO ReportUtils.java:32 测试通过
2017-04-22 22:05:21 INFO ReportUtils.java:32 组装url
2017-04-22 22:05:21 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 22:05:21 INFO ReportUtils.java:32 开始post方法
2017-04-22 22:05:21 INFO ReportUtils.java:32 测试通过
2017-04-22 22:05:21 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:05:21 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:05:22 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:05:22 INFO ReportUtils.java:32 组装url
2017-04-22 22:05:22 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:05:22 WARN ReportUtils.java:69 测试不通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 22:56:01 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:56:01 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 22:56:01 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:56:01 INFO ReportUtils.java:32 测试通过
2017-04-22 22:56:01 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:01 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 22:56:01 INFO ReportUtils.java:32 开始post方法
2017-04-22 22:56:02 INFO ReportUtils.java:32 测试通过
2017-04-22 22:56:02 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:02 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action
2017-04-22 22:56:02 WARN ReportUtils.java:69 测试不通过
2017-04-22 22:56:02 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:02 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:56:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:56:03 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 22:56:03 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:56:03 INFO ReportUtils.java:32 测试通过
2017-04-22 22:56:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:56:03 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:03 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action=integral
2017-04-22 22:56:03 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=integral
2017-04-22 22:56:03 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:56:03 INFO ReportUtils.java:32 测试通过
2017-04-22 22:56:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:56:03 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:03 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action=redpacket
2017-04-22 22:56:03 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=redpacket
2017-04-22 22:56:04 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:56:04 INFO ReportUtils.java:32 测试通过
2017-04-22 22:56:04 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:56:04 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:04 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action=refunds
2017-04-22 22:56:04 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=refunds
2017-04-22 22:56:04 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:56:04 INFO ReportUtils.java:32 测试通过
2017-04-22 22:56:04 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:56:04 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:04 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action=account_log
2017-04-22 22:56:04 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=account_log
2017-04-22 22:56:05 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:56:05 INFO ReportUtils.java:32 测试通过
2017-04-22 22:56:05 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 22:56:05 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:05 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action=address&id=undefined
2017-04-22 22:56:05 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=address&id=undefined
2017-04-22 22:56:05 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 22:56:05 INFO ReportUtils.java:32 测试通过
2017-04-22 22:56:05 INFO ReportUtils.java:32 组装url
2017-04-22 22:56:05 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller&action=address_add&id=null
2017-04-22 22:56:05 INFO ReportUtils.java:32 同请求发送的[]
2017-04-22 22:56:05 INFO ReportUtils.java:32 开始执行post请求
2017-04-22 22:56:05 INFO ReportUtils.java:32 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller&action=address_add&id=null
2017-04-22 22:56:05 INFO ReportUtils.java:32 返回实体内容为空


Automation Log
执行时间 级别 所在行 信息
2017-04-22 23:01:35 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 23:01:35 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 23:01:36 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 23:01:36 INFO ReportUtils.java:32 测试通过
2017-04-22 23:01:36 INFO ReportUtils.java:32 组装url
2017-04-22 23:01:36 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 23:01:36 INFO ReportUtils.java:32 开始post方法
2017-04-22 23:01:37 INFO ReportUtils.java:32 测试通过
2017-04-22 23:01:37 INFO ReportUtils.java:32 组装url
2017-04-22 23:01:37 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 23:01:37 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 23:01:37 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 23:01:37 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 23:01:37 INFO ReportUtils.java:32 测试通过


Automation Log
执行时间 级别 所在行 信息
2017-04-22 23:07:41 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 23:07:41 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php
2017-04-22 23:07:41 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-22 23:07:41 INFO ReportUtils.java:32 测试通过
2017-04-22 23:07:42 INFO ReportUtils.java:32 组装url
2017-04-22 23:07:42 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=simple&action=login_act
2017-04-22 23:07:42 INFO ReportUtils.java:32 开始post方法
2017-04-22 23:07:42 INFO ReportUtils.java:32 测试通过
2017-04-22 23:07:42 INFO ReportUtils.java:32 组装url
2017-04-22 23:07:42 INFO ReportUtils.java:32 http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 23:07:42 INFO ReportUtils.java:32 开始执行get请求
2017-04-22 23:07:42 INFO ReportUtils.java:32 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index
2017-04-22 23:07:42 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:03:25 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:03:25 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:03:25 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:03:27 INFO ReportUtils.java:32 返回实体内容为空


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:04:54 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:04:54 INFO ReportUtils.java:32 组装url
2017-04-24 19:04:54 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:04:54 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:04:54 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:04:54 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:04:54 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:04:54 INFO ReportUtils.java:32 组装url
2017-04-24 19:04:54 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:04:54 INFO ReportUtils.java:32 组装url
2017-04-24 19:04:55 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:04:55 INFO ReportUtils.java:32 组装url
2017-04-24 19:04:55 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:04:55 INFO ReportUtils.java:32 组装url
2017-04-24 19:04:55 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:04:55 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:04:55 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:04:55 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:04:55 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:04:55 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:04:55 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:04:55 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:04:55 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:04:55 INFO ReportUtils.java:32 组装url
2017-04-24 19:04:55 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:04:55 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:08:06 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:08:06 INFO ReportUtils.java:32 组装url
2017-04-24 19:08:06 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:08:06 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:08:06 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:08:06 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:08:06 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:08:06 INFO ReportUtils.java:32 组装url
2017-04-24 19:08:07 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:08:07 INFO ReportUtils.java:32 组装url
2017-04-24 19:08:07 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:08:07 INFO ReportUtils.java:32 组装url
2017-04-24 19:08:07 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:08:07 INFO ReportUtils.java:32 组装url
2017-04-24 19:08:07 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:08:07 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:08:07 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:08:07 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:08:07 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:08:07 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:08:07 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:08:07 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:08:07 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:08:07 INFO ReportUtils.java:32 组装url
2017-04-24 19:08:07 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:08:07 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:12:39 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:12:39 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:14:00 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:14:00 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:14:32 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:14:32 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:14:33 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:14:33 INFO ReportUtils.java:32 测试通过


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:16:55 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:16:55 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:16:56 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:16:56 INFO ReportUtils.java:32 测试通过
2017-04-24 19:16:56 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:16:56 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:16:56 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:16:57 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:16:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:16:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:16:58 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jqueryZoom/jquery.imagezoom.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jqueryZoom/imagezoom.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <script type="text/javascript" src="/iwebshop/views/default/javascript/products.js"></script> <div class="position"><span>您当前的位置:</span><a href="/iwebshop/">首页</a> » <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a> » <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> » 2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</div> <div class="wrapper clearfix"> <div class="summary"> <h2>2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</h2> <!--基本信息区域--> <ul> <li> <span class="f_r light_gray">商品编号:<label id="data_goodsNo">SD143446880621</label></span> </li> <!--抢购活动,引入 "_products_time"模板--> <!--团购活动,引入 "_products_groupon"模板--> <!--普通商品购买--> <!--当前用户普通价格--> <li> 销售价:<b class="price red2">¥<span class="f30" id="data_sellPrice">352.00</span></b> </li> <li> 市场价:¥<s id="data_marketPrice">352.00</s> </li> <li> 库存:现货<span>(<label id="data_storeNums">96</label>)</span> <a class="favorite" onclick="favorite_add_ajax(87,this);" href="javascript:void(0)">收藏此商品</a> </li> <li>顾客评分:<span class="grade-star g-star0"></span> (已有0人评价)</li> <!--物流配送运费显示--> <li class="relative" style="z-index:2">至 <a class="sel_area blue" href="javascript:void(0)" name="localArea">当前地区</a>: <span id="deliveInfo"></span> <div class="area_box" style="display:none;"> <ul> <li><a data-code="1" href="#J_PostageTableCont"><strong>全部</strong></a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="110000">北京市</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="120000">天津市</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="130000">河北省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="140000">山西</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="150000">内蒙古自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="210000">辽宁省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="220000">吉林省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="230000">黑龙江省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="310000">上海市</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="320000">江苏省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="330000">浙江省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="340000">安徽省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="350000">福建省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="360000">江西省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="370000">山东省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="410000">河南省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="420000">湖北省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="430000">湖南省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="440000">广东省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="450000">广西壮族自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="460000">海南省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="500000">重庆市</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="510000">四川省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="520000">贵州省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="530000">云南省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="540000">西藏自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="610000">陕西省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="620000">甘肃省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="630000">青海省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="640000">宁夏回族自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="650000">新疆维吾尔自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="710000">台湾省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="810000">香港特别行政区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="820000">澳门特别行政区</a></li> </ul> </div> </li> <!--商家信息 开始--> <!--商家信息 结束--> </ul> <!--购买区域--> <div class="current"> <dl class="m_10 clearfix"> <dt>购买数量:</dt> <dd> <input class="gray_t f_l" type="text" id="buyNums" value="1" maxlength="5" /> <div class="resize"> <a class="add" id="buyAddButton" href="javascript:void(0);"></a> <a class="reduce" id="buyReduceButton" href="javascript:void(0);"></a> </div> </dd> </dl> <input class="submit_buy" type="button" id="buyNowButton" value="立即购买" /> <div class="shop_cart"> <input class="submit_join" type="button" id="joinCarButton" value="加入购物车" /> </div> </div> </div> <!--图片放大镜--> <div class="preview"> <div class="pic_show" style="width:435px;height:435px;position:relative;z-index:5;padding-bottom:5px;"> <img id="picShow" rel="" src="" /> </div> <ul id="goodsPhotoList" class="pic_thumb"> <li> <a href="javascript:void(0);" thumbimg="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvNDM1L2gvNDM1" sourceimg="/iwebshop/upload/2015/06/16/20150616233325986.jpg"> <img src='/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvNjAvaC82MAO0O0OO0O0O' width="60px" height="60px" /> </a> </li> <li> <a href="javascript:void(0);" thumbimg="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU3MjQuanBnL3cvNDM1L2gvNDM1" sourceimg="/iwebshop/upload/2015/06/16/20150616233325724.jpg"> <img src='/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU3MjQuanBnL3cvNjAvaC82MAO0O0OO0O0O' width="60px" height="60px" /> </a> </li> <li> <a href="javascript:void(0);" thumbimg="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU1NjEuanBnL3cvNDM1L2gvNDM1" sourceimg="/iwebshop/upload/2015/06/16/20150616233325561.jpg"> <img src='/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU1NjEuanBnL3cvNjAvaC82MAO0O0OO0O0O' width="60px" height="60px" /> </a> </li> </ul> </div> </div> <div class="t_l"> <a class="zoom blue" href="/iwebshop/index.php?controller=site&action=pic_show&id=87">点击看大图</a> </div> <div class="wrapper clearfix container_2"> <!--左边栏--> <div class="sidebar f_l"> <!--促销规则--> <div class="box m_10"> <div class="title">促销活动</div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--热卖商品--> <div class="box m_10"> <div class="title">热卖商品</div> <div class="content"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img width="58px" height="58px" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a> <b>¥279.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img width="58px" height="58px" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a> <b>¥260.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img width="58px" height="58px" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a> <b>¥352.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img width="58px" height="58px" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a> <b>¥720.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img width="58px" height="58px" alt="iWebShop支付测试" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="iWebShop支付测试" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a> <b>¥0.10</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img width="58px" height="58px" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a> <b>¥25.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img width="58px" height="58px" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a> <b>¥280.00</b> </li> </ul> </div> </div> <!--热卖商品--> </div> <!--滑动面tab标签--> <div class="main f_r" style="overflow:hidden"> <div class="uc_title" name="showButton"> <label class="current"><span>商品详情</span></label> <label><span>顾客评价(0)</span></label> <label><span>购买记录(0)</span></label> <label><span>购买前咨询(0)</span></label> <label><span>网友讨论圈(0)</span></label> </div> <div name="showBox"> <!-- 商品详情 start --> <div> <ul class="saleinfos m_10 clearfix"> <li>商品名称:2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</li> <li>商品毛重:<label id="data_weight">0.00</label></li> <li>上架时间:2015-06-16 23:33:26</li> </ul> <div class="salebox"> <strong class="saletitle block">产品描述:</strong> <p class="saledesc"><P><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/011/953/1639359110_42083494.jpg" width=750 height=499><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/111/953/1639359111_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/411/953/1639359114_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/811/953/1639359118_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/121/953/1639359121_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/521/953/1639359125_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i01.c.aliimg.com/img/ibank/2014/031/953/1639359130_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i01.c.aliimg.com/img/ibank/2014/431/953/1639359134_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/141/953/1639359141_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/341/953/1639359143_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i04.c.aliimg.com/img/ibank/2014/738/131/1638131837_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i02.c.aliimg.com/img/ibank/2014/448/131/1638131844_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i02.c.aliimg.com/img/ibank/2014/848/131/1638131848_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i00.c.aliimg.com/img/ibank/2014/158/131/1638131851_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i00.c.aliimg.com/img/ibank/2014/658/131/1638131856_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i04.c.aliimg.com/img/ibank/2014/268/131/1638131862_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i04.c.aliimg.com/img/ibank/2014/568/131/1638131865_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/403/953/1639359304_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/223/953/1639359322_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/723/953/1639359327_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/143/953/1639359341_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/553/953/1639359355_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/863/953/1639359368_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/893/953/1639359398_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk></P></p> </div> </div> <!-- 商品详情 end --> <!-- 顾客评论 start --> <div class="hidden comment_list box"> <div class="title3"> <img src="/iwebshop/views/default/skin/default/images/front/comm.gif" width="16px" height="16px" /> 商品评论<span class="f12 normal">(已有<b class="red2">0</b>条)</span> </div> <div id='commentBox'></div> <!--评论JS模板--> <script type='text/html' id='commentRowTemplate'> <div class="item"> <div class="user"> <div class="ico"> <a href="javascript:void(0)"> <img src="/iwebshop/<%=head_ico%>" width="70px" height="70px" onerror="this.src='/iwebshop/views/default/skin/default/images/front/user_ico.gif'" /> </a> </div> <span class="blue"><%=username%></span> </div> <dl class="desc"> <p class="clearfix"> <b>评分:</b> <span class="grade-star g-star<%=point%>"></span> <span class="light_gray"><%=comment_time%></span><label></label> </p> <hr /> <p><b>评价:</b><span class="gray"><%=contents%></span></p> <%if(recontents){%> <p><b>回复:</b><span class="red"><%=recontents%></span></p> <%}%> </dl> <div class="corner b"></div> </div> <hr /> </script> </div> <!-- 顾客评论 end --> <!-- 购买记录 start --> <div class="hidden box"> <div class="title3"> <img src="/iwebshop/views/default/skin/default/images/front/cart.gif" width="16" height="16" alt="" /> 购买记录<span class="f12 normal">(已有<b class="red2">0</b>购买)</span> </div> <table width="100%" class="list_table m_10 mt_10"> <colgroup> <col width="150" /> <col width="120" /> <col width="120" /> <col width="150" /> <col /> </colgroup> <thead class="thead"> <tr> <th>购买人</th> <th>出价</th> <th>数量</th> <th>购买时间</th> <th>状态</th> </tr> </thead> <tbody class="dashed" id="historyBox"></tbody> </table> <!--购买历史js模板--> <script type='text/html' id='historyRowTemplate'> <tr> <td><%=username?username:'游客'%></td> <td><%=goods_price%></td> <td class="bold orange"><%=goods_nums%></td> <td class="light_gray"><%=completion_time%></td> <td class="bold blue">成交</td> </tr> </script> </div> <!-- 购买记录 end --> <!-- 购买前咨询 start --> <div class="hidden comment_list box"> <div class="title3"> <span class="f_r f12 normal"><a class="comm_btn" href="/iwebshop/index.php?controller=site&action=consult&id=87">我要咨询</a></span> <img src="/iwebshop/views/default/skin/default/images/front/cart.gif" width="16" height="16" />购买前咨询<span class="f12 normal">(共<b class="red2">0</b>记录)</span> </div> <div id='referBox'></div> <!--购买咨询JS模板--> <script type='text/html' id='referRowTemplate'> <div class="item"> <div class="user"> <div class="ico"><img src="/iwebshop/<%=head_ico%>" width="70px" height="70px" onerror="this.src='/iwebshop/views/default/skin/default/images/front/user_ico.gif'" /></div> <span class="blue"><%=username%></span> </div> <dl class="desc gray"> <p> <img src="/iwebshop/views/default/skin/default/images/front/ask.gif" width="16px" height="17px" /> <b>咨询内容:</b><span class="f_r"><%=time%></span> </p> <p class="indent"><%=question%></p> <hr /> <%if(answer){%> <p class="bg_gray"><img src="/iwebshop/views/default/skin/default/images/front/answer.gif" width="16px" height="17px" /> <b class="orange">商家回复:</b><span class="f_r"><%=reply_time%></span></p> <p class="indent bg_gray"><%=answer%></p> <%}%> </dl> <div class="corner b"></div> <div class="corner tl"></div> </div> <hr /> </script> </div> <!-- 购买前咨询 end --> <!-- 网友讨论圈 start --> <div class="hidden box"> <div class="title3"> <span class="f_r f12 normal"><a class="comm_btn" name="discussButton">发表话题</a></span> <img src="/iwebshop/views/default/skin/default/images/front/discuss.gif" width="18px" height="19px" /> 网友讨论圈<span class="f12 normal">(共<b class="red2">0</b>记录)</span> </div> <div class="wrap_box no_wrap"> <!--讨论内容列表--> <table width="100%" class="list_table"> <colgroup> <col /> <col width="150"> </colgroup> <tbody id='discussBox'></tbody> </table> <!--讨论JS模板--> <script type='text/html' id='discussRowTemplate'> <tr> <td class="t_l discussion_td" style="border:none;"> <span class="blue"><%=username%></span> </td> <td style="border:none;" class="t_r gray discussion_td"><%=time%></td> </tr> <tr><td class="t_l" colspan="2"><%=contents%></td></tr> </script> <!--讨论内容输入框--> <table class="form_table" style="display:none;" id="discussTable"> <colgroup> <col width="80px"> <col /> </colgroup> <tbody> <tr> <th>讨论内容:</th> <td valign="top"><textarea id="discussContent" pattern="required" alt="请填写内容"></textarea></td> </tr> <tr> <th>验证码:</th> <td><input type='text' class='gray_s' name='captcha' pattern='^\w{5}$' alt='填写下面图片所示的字符' /><label>填写下面图片所示的字符</label></td> </tr> <tr class="low"> <th></th> <td><img src='/iwebshop/index.php?controller=site&action=getCaptcha' id='captchaImg' /><span class="light_gray">看不清?<a class="link" href="javascript:changeCaptcha();">换一张</a></span></td> </tr> <tr> <td></td> <td><label class="btn"><input type="submit" value="发表" name="sendDiscussButton" /></label></td> </tr> </tbody> </table> </div> </div> <!-- 网友讨论圈 end --> </div> </div> </div> <script type="text/javascript"> //DOM加载结束后 $(function(){ //初始化商品详情对象 var productInstance = new productClass("87","","","0"); //初始化商品轮换图 $('#goodsPhotoList').bxSlider({ infiniteLoop:false, hideControlOnEnd:true, controls:true, pager:false, minSlides: 5, maxSlides: 5, slideWidth: 72, slideMargin: 15, onSliderLoad:function(currentIndex){ //默认初始化显示第一张 $('[thumbimg]:eq('+currentIndex+')').trigger('click'); //放大镜 $("#picShow").imagezoom(); } }); //城市地域选择按钮事件 $('.sel_area').hover( function(){ $('.area_box').show(); },function(){ $('.area_box').hide(); } ); $('.area_box').hover( function(){ $('.area_box').show(); },function(){ $('.area_box').hide(); } ); //详情滑动门按钮绑定 $('[name="showButton"]>label').click(function() { //滑动按钮高亮 $(this).siblings().removeClass('current'); $(this).addClass('current'); //滑动DIV显示 $('[name="showBox"]>div').hide(); $('[name="showBox"]>div:eq('+$(this).index()+')').show(); //滑动按钮绑定事件 switch($(this).index()) { case 1: { productInstance.comment_ajax(); } break; case 2: { productInstance.history_ajax(); } break; case 3: { productInstance.refer_ajax(); } break; case 4: { productInstance.discuss_ajax(); } break; } }); }); </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:16:58 INFO ReportUtils.java:32 测试通过
2017-04-24 19:16:58 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:16:58 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:16:59 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--访客购买时跳转--> <table id="reg_table" width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10 m_15"> <strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong><br /> <label>使用游客身份结账或注册</label> </p> <p><label class="attr"><input class="radio" type='radio' name='next_step' value='acount' />使用游客身份结账</label></p> <p><label class="attr"><input class="radio" type='radio' name='next_step' value='reg' checked='checked' />注册新用户</label></p> <p class="mt_10 indentation">现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_40 f_r"><a class="next_step" href="javascript:next_step();">下一步</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&tourist=yes&type=goods'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:16:59 INFO ReportUtils.java:32 测试通过
2017-04-24 19:16:59 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:16:59 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:16:59 INFO ReportUtils.java:32 jsonObject{"isError":false,"message":"添加成功"}
2017-04-24 19:16:59 INFO ReportUtils.java:32 测试通过
2017-04-24 19:16:59 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:16:59 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:16:59 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html> <html lang="zh-CN"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>修改收货地址</title> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/areaSelect/areaSelect.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type="text/css"> .valid-msg,.invalid-msg,.form-group label{display:none;line-height:0px} .__address * {padding: 0;margin: 0;list-style: none;} .__address .__address_alert li {position: relative;margin: 20px 0;height: 40px;} .__address .__address_alert li span { position: absolute;height: 10px;line-height: 10px;background: #fff;top: -7px;padding: 0 10px;left: 5px; color: #999;font-size: 11px;z-index: 1; } .__address .__address_alert li .__text,.__address .__address_alert li select { display: block;width: 100%;height: 16px;line-height: 16px;border-radius: 0;padding: 10px 0;border: none; background: #fff;text-indent: 10px;box-shadow: 0 0 0 1px #ddd; } .__address .__address_alert li select { width: 30%;float: left;height: 36px;line-height: 36px;margin: 0 0 0 5%;padding: 0; } .__address .__address_alert li select:nth-of-type(1){margin-left: 0 !important;} </style> </head> <body class="__address"> <form action="/iwebshop/index.php?controller=simple&action=address_add" method="post" name="addressForm" class="form-horizontal"> <input type="hidden" name="id" /> <section class="__address_alert"> <ul> <li> <span>姓名</span> <input class="__text" type="text" name="accept_name" pattern='required' alt='姓名不能为空' /> </li> <li> <span>省份</span> <select name="province" child="city,area"></select> <select name="city" child="area"></select> <select name="area" pattern="required" alt="请选择收货地区"></select> </li> <li> <span>地址</span> <input class="__text" name='address' type="text" alt='地址不能为空' pattern='required' /> </li> <li> <span>手机</span> <input class="__text" name='mobile' type="text" pattern='mobi' alt='格式不正确' /> </li> <li> <span>固话</span> <input class="__text" type="text" pattern='phone' name='telphone' empty alt='格式不正确' /> </li> <li> <span>邮编</span> <input class="__text" name='zip' empty type="text" pattern='zip' alt='格式不正确' /> </li> </ul> </section> </body> <script type='text/javascript'> jQuery(function() { var areaInstance = new areaSelect('province'); areaInstance.init(null); }) </script> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/sysdefault/";_skinPath = "/iwebshop/views/sysdefault/skin/green/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:16:59 INFO ReportUtils.java:32 测试通过
2017-04-24 19:16:59 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:16:59 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:16:59 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:16:59 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:16:59 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:16:59 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:16:59 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:16:59 INFO ReportUtils.java:32 返回实体内容为空
2017-04-24 19:17:00 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:17:00 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:17:00 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请输入正确的查询关键词</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:17:00 INFO ReportUtils.java:32 测试通过
2017-04-24 19:17:00 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:17:00 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:19:56 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:19:56 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:19:56 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:19:56 INFO ReportUtils.java:32 测试通过
2017-04-24 19:19:56 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:19:56 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:19:56 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:19:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:19:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:19:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:19:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:19:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:19:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:19:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:19:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:19:57 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:19:57 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:19:57 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:19:57 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:19:57 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:19:57 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:19:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:19:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:19:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:19:57 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:20:41 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:20:41 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:20:41 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:20:41 INFO ReportUtils.java:32 测试通过
2017-04-24 19:20:41 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:20:41 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:20:41 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:20:41 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:20:41 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:20:41 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:20:41 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:20:42 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:20:42 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:20:42 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:20:42 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:20:42 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:20:42 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:20:42 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:20:42 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:20:42 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:20:42 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:20:42 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:20:42 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:20:42 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:20:42 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:22:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:22:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:22:03 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:22:03 INFO ReportUtils.java:32 测试通过
2017-04-24 19:22:03 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:22:03 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:22:03 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:22:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:22:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:22:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:22:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:22:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:22:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:22:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:22:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:22:03 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:22:03 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:22:03 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:22:04 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:22:04 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:22:04 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:22:04 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:22:04 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:22:04 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:22:04 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:24:12 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:24:12 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:24:13 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:24:13 INFO ReportUtils.java:32 测试通过
2017-04-24 19:24:13 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:24:13 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:24:13 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:24:13 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:24:13 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:24:13 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:24:13 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:24:13 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:24:13 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:24:13 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:24:13 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:24:13 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:24:13 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:24:13 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:24:13 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:24:13 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:24:13 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:24:14 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:24:14 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:24:14 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:24:14 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:27:02 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:02 INFO ReportUtils.java:32 组装url
2017-04-24 19:27:02 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:27:02 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:27:02 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:27:03 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <link rel="shortcut icon" href="/iwebshop/favicon.ico" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="ucenter container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li><li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li><li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo">的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a class='reg' href="/iwebshop/index.php?controller=simple&action=logout">安全退出</a>]</p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'> </div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void();">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="position"> 您当前的位置: <a href="/iwebshop/">首页</a> » <a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a> </div> <div class="wrapper clearfix"> <div class="sidebar f_l"> <img src="/iwebshop/views/default/skin/default/images/front/ucenter/ucenter.gif" width="180" height="40" /> <div class="box"> <div class="title"><h2 class='bg1'>交易记录</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=integral">我的积分</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=redpacket">我的代金券</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg2'>服务中心</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=refunds">退款申请</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=complain">站点建议</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=consult">商品咨询</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=evaluation">商品评价</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg3'>应用</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=message">短信息</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=favorite">收藏夹</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg4'>账户资金</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=account_log">帐户余额</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=online_recharge">在线充值</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg5'>个人设置</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=address">地址管理</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=info">个人资料</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=password">修改密码</a></li> </ul> </div> </div> </div> <div class="main f_r"> <div class="userinfo_bar"><span class="f_r">上一次登录时间:2017-04-24 19:16:56</span><b class="f14">您好,的士速递 欢迎回来!</b></div> <div class="box clearfix"> <h3>用户信息</h3> <dl class="userinfo_box"> <dt> <a class="ico"><img id="user_ico_img" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MaTekavdMbj4A1xeN0zcA70fMTkxOTAxMzg4NzAuZ2lmL3cvMTAwL2gvMTAw" width="100" height="100" alt="" onerror="this.src='/iwebshop/views/default/skin/default/images/front/user_ico.gif'" /></a> <a class="blue" href="javascript:select_ico();">修改头像</a> </dt> <dd> <table width="100%" cellpadding="0" cellspacing="0"> <col width="350px" /> <col /> <tr> <td>你的账户目前总积分:<b class="red2">0 分</b>&nbsp;&nbsp;&nbsp;<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=integral">查看积分历史</a></td> <td>你的订单交易总数量:<b class="red2">12 笔</b>&nbsp;&nbsp;&nbsp;<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">进入订单列表</a></td> </tr> <tr> <td>总消费额:<b class="red2">¥</b></td> <td>预存款余额:<b class="red2">¥8339.40</b></td> </tr> <tr> <td>代金券:<b class="red2">0 张</b></td> <td>经验值:<b class="red2">0</b></td> </tr> </table> <div class="stat"> <span>待评价商品:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=evaluation">0</b>)</a></label></span> <span>待付款订单:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=order">5</b>)</a></label></span> <span>待确认收货:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=order">0</b>)</a></label></span> </div> </dd> </dl> </div> <h3 class="bg">我的订单</h3> <div class="box m_10"> <table class="list_table" width="100%" cellpadding="0" cellspacing="0"> <col width="140px" /> <tr> <th>订单编号</th><th>下单日期</th><th>收货人</th><th>支付方式</th><th>总金额</th><th>订单状态</th> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=13">20170424144338746737</a></td> <td>2017-04-24 14:43:38</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=12">20170424143804161633</a></td> <td>2017-04-24 14:38:04</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=11">20170424141830155123</a></td> <td>2017-04-24 14:18:30</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=10">20170424102620447030</a></td> <td>2017-04-24 10:26:20</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=9">20170424095716817544</a></td> <td>2017-04-24 09:57:16</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=8">20170420151857796615</a></td> <td>2017-04-20 15:18:57</td> <td>夏楚楚</td> <td>预存款</td> <td>¥40.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tfoot><tr><td colspan="6" class="t_r"><a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">更多订单&gt;&gt;</a></td></tr></tfoot> </table> </div> <div class="box"> <div class="title"><h2>也许你会对下列商品感兴趣</h2></div> <div class="cont clearfix"> <ul class="prolist f_l"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=221" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQyMTI5MjQuanBnL3cvMTAwL2gvMTAw" alt="樱桃" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=221" target='_black'>樱桃</a></p> <p class="price_new"><b>¥45.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=220" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTAwL2gvMTAw" alt="个大香甜软糯皮薄板栗" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=220" target='_black'>个大香甜软糯皮薄板栗</a></p> <p class="price_new"><b>¥20.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=219" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDM2MDI3MTQuanBnL3cvMTAwL2gvMTAw" alt="又好吃又便宜的草莓促销啦" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=219" target='_black'>又好吃又便宜的草莓促销啦</a></p> <p class="price_new"><b>¥31.90</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=218" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y14eY02cN7jfZmRONmY4MTdlYzUuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=218" target='_black'>法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="price_new"><b>¥238.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=217" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=217" target='_black'>法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="price_new"><b>¥468.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=216" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U10eO0WcU7zfN2JOOGJhMTkxOGIuanBnL3cvMTAwL2gvMTAw" alt="张裕特选级解百纳干红葡萄酒750ml*6" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=216" target='_black'>张裕特选级解百纳干红葡萄酒750ml*6</a></p> <p class="price_new"><b>¥558.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=215" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcc7xfYzROMTQ0NjdhYTguanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=215" target='_black'>法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="price_new"><b>¥258.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=214" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTAwL2gvMTAw" alt="张裕特选级窖藏干红葡萄酒750ml*6" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=214" target='_black'>张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="price_new"><b>¥338.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=213" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y11eN0TcM7zfMDdOZGU2ZWRhMjUuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 双支礼盒装带酒具 750ml*2瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=213" target='_black'>法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 双支礼盒装带酒具 750ml*2瓶</a></p> <p class="price_new"><b>¥168.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=212" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eM0Tcc7zfMThOYTdlNTkyZmUuanBnL3cvMTAwL2gvMTAw" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=212" target='_black'>西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="price_new"><b>¥199.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=211" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTAwL2gvMTAw" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=211" target='_black'>海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="price_new"><b>¥86.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=210" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1ieN0GcQ7xfZjRONjc3MWQ4NTEuanBnL3cvMTAwL2gvMTAw" alt="长城特酿3年解百纳干红葡萄酒 整箱装 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=210" target='_black'>长城特酿3年解百纳干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="price_new"><b>¥139.00</b></p> </li> </ul> </div> </div> </div> <script type='text/javascript'> //选择头像 function select_ico() { art.dialog.open('/iwebshop/index.php?controller=block&action=photo_upload&callback=%2Fiwebshop%2Findex.php%3Fcontroller%3Ducenter%26action%3Duser_ico_upload', { 'id':'user_ico', 'title':'设置头像', 'ok':function(iframeWin, topWin) { iframeWin.document.forms[0].submit(); return false; } }); } //头像上传回调函数 function callback_user_ico(content) { var content = eval(content); if(content.isError == true) { alert(content.message); } else { $('#user_ico_img').prop('src',content.data); } art.dialog({id:'user_ico'}).close(); } </script> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> //DOM加载完毕后运行 $(function() { //隔行换色 $(".list_table tr:nth-child(even)").addClass('even'); $(".list_table tr").hover( function () { $(this).addClass("sel"); }, function () { $(this).removeClass("sel"); } ); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //按钮高亮 var localUrl = "/iwebshop/index.php?controller=ucenter&action=index"; $('a[href^="'+localUrl+'"]').parent().addClass('current'); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:27:03 INFO ReportUtils.java:32 测试通过
2017-04-24 19:27:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:27:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:27:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:27:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:27:03 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:27:03 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:27:03 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:27:03 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:27:03 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:27:03 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:27:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:03 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:27:03 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:03 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:27:56 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:56 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:27:56 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:27:56 INFO ReportUtils.java:32 测试通过
2017-04-24 19:27:57 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:27:57 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:27:57 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:27:57 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:27:57 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:30:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:30:44 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:30:44 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:30:44 INFO ReportUtils.java:32 测试通过
2017-04-24 19:30:44 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:30:44 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:30:44 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:30:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:30:44 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:30:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:30:44 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:30:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:30:44 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:30:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:30:44 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:30:44 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:30:44 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:30:44 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:30:45 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:30:45 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:30:45 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:30:45 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:30:45 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:30:45 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:30:45 INFO ReportUtils.java:32 组装url


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:32:43 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:32:43 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:32:44 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:32:44 INFO ReportUtils.java:32 测试通过
2017-04-24 19:32:44 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:32:44 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:32:44 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:32:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:32:44 INFO ReportUtils.java:32 组装url
2017-04-24 19:32:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:32:44 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:32:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:32:44 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:32:44 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:32:44 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:32:44 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:32:44 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:32:44 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:32:44 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:32:44 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:32:44 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:32:45 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:32:45 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:32:45 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:32:45 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=logout


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:40:15 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:40:15 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:40:15 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:40:16 INFO ReportUtils.java:32 测试通过
2017-04-24 19:40:16 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:40:16 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:40:16 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:40:16 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:40:16 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:40:16 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:40:16 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:40:17 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:40:17 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:40:17 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:40:17 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:40:18 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:40:18 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:40:18 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:40:18 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:40:18 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:40:18 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:40:18 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:40:18 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:40:18 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:40:18 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=logout


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:41:49 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:41:49 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:41:49 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:41:49 INFO ReportUtils.java:32 测试通过
2017-04-24 19:41:50 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:41:50 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:41:50 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:41:50 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:41:50 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:41:50 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:41:50 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:41:50 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:41:50 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:41:51 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:41:51 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:41:51 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:41:51 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:41:51 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:41:51 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:41:51 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:41:51 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:41:51 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:41:51 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:41:51 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:41:51 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=logout


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:44:46 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:44:46 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:44:46 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:44:46 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:44:47 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <link rel="shortcut icon" href="/iwebshop/favicon.ico" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="ucenter container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li><li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li><li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo">的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a class='reg' href="/iwebshop/index.php?controller=simple&action=logout">安全退出</a>]</p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'> </div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void();">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="position"> 您当前的位置: <a href="/iwebshop/">首页</a> » <a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a> </div> <div class="wrapper clearfix"> <div class="sidebar f_l"> <img src="/iwebshop/views/default/skin/default/images/front/ucenter/ucenter.gif" width="180" height="40" /> <div class="box"> <div class="title"><h2 class='bg1'>交易记录</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=integral">我的积分</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=redpacket">我的代金券</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg2'>服务中心</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=refunds">退款申请</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=complain">站点建议</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=consult">商品咨询</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=evaluation">商品评价</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg3'>应用</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=message">短信息</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=favorite">收藏夹</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg4'>账户资金</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=account_log">帐户余额</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=online_recharge">在线充值</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg5'>个人设置</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=address">地址管理</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=info">个人资料</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=password">修改密码</a></li> </ul> </div> </div> </div> <div class="main f_r"> <div class="userinfo_bar"><span class="f_r">上一次登录时间:2017-04-24 19:27:02</span><b class="f14">您好,的士速递 欢迎回来!</b></div> <div class="box clearfix"> <h3>用户信息</h3> <dl class="userinfo_box"> <dt> <a class="ico"><img id="user_ico_img" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MaTekavdMbj4A1xeN0zcA70fMTkxOTAxMzg4NzAuZ2lmL3cvMTAwL2gvMTAw" width="100" height="100" alt="" onerror="this.src='/iwebshop/views/default/skin/default/images/front/user_ico.gif'" /></a> <a class="blue" href="javascript:select_ico();">修改头像</a> </dt> <dd> <table width="100%" cellpadding="0" cellspacing="0"> <col width="350px" /> <col /> <tr> <td>你的账户目前总积分:<b class="red2">0 分</b>&nbsp;&nbsp;&nbsp;<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=integral">查看积分历史</a></td> <td>你的订单交易总数量:<b class="red2">12 笔</b>&nbsp;&nbsp;&nbsp;<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">进入订单列表</a></td> </tr> <tr> <td>总消费额:<b class="red2">¥</b></td> <td>预存款余额:<b class="red2">¥8339.40</b></td> </tr> <tr> <td>代金券:<b class="red2">0 张</b></td> <td>经验值:<b class="red2">0</b></td> </tr> </table> <div class="stat"> <span>待评价商品:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=evaluation">0</b>)</a></label></span> <span>待付款订单:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=order">5</b>)</a></label></span> <span>待确认收货:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=order">0</b>)</a></label></span> </div> </dd> </dl> </div> <h3 class="bg">我的订单</h3> <div class="box m_10"> <table class="list_table" width="100%" cellpadding="0" cellspacing="0"> <col width="140px" /> <tr> <th>订单编号</th><th>下单日期</th><th>收货人</th><th>支付方式</th><th>总金额</th><th>订单状态</th> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=13">20170424144338746737</a></td> <td>2017-04-24 14:43:38</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=12">20170424143804161633</a></td> <td>2017-04-24 14:38:04</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=11">20170424141830155123</a></td> <td>2017-04-24 14:18:30</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=10">20170424102620447030</a></td> <td>2017-04-24 10:26:20</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=9">20170424095716817544</a></td> <td>2017-04-24 09:57:16</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=8">20170420151857796615</a></td> <td>2017-04-20 15:18:57</td> <td>夏楚楚</td> <td>预存款</td> <td>¥40.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tfoot><tr><td colspan="6" class="t_r"><a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">更多订单&gt;&gt;</a></td></tr></tfoot> </table> </div> <div class="box"> <div class="title"><h2>也许你会对下列商品感兴趣</h2></div> <div class="cont clearfix"> <ul class="prolist f_l"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=221" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQyMTI5MjQuanBnL3cvMTAwL2gvMTAw" alt="樱桃" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=221" target='_black'>樱桃</a></p> <p class="price_new"><b>¥45.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=220" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTAwL2gvMTAw" alt="个大香甜软糯皮薄板栗" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=220" target='_black'>个大香甜软糯皮薄板栗</a></p> <p class="price_new"><b>¥20.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=219" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDM2MDI3MTQuanBnL3cvMTAwL2gvMTAw" alt="又好吃又便宜的草莓促销啦" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=219" target='_black'>又好吃又便宜的草莓促销啦</a></p> <p class="price_new"><b>¥31.90</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=218" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y14eY02cN7jfZmRONmY4MTdlYzUuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=218" target='_black'>法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="price_new"><b>¥238.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=217" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=217" target='_black'>法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="price_new"><b>¥468.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=216" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U10eO0WcU7zfN2JOOGJhMTkxOGIuanBnL3cvMTAwL2gvMTAw" alt="张裕特选级解百纳干红葡萄酒750ml*6" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=216" target='_black'>张裕特选级解百纳干红葡萄酒750ml*6</a></p> <p class="price_new"><b>¥558.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=215" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcc7xfYzROMTQ0NjdhYTguanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=215" target='_black'>法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="price_new"><b>¥258.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=214" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTAwL2gvMTAw" alt="张裕特选级窖藏干红葡萄酒750ml*6" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=214" target='_black'>张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="price_new"><b>¥338.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=213" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y11eN0TcM7zfMDdOZGU2ZWRhMjUuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 双支礼盒装带酒具 750ml*2瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=213" target='_black'>法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 双支礼盒装带酒具 750ml*2瓶</a></p> <p class="price_new"><b>¥168.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=212" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eM0Tcc7zfMThOYTdlNTkyZmUuanBnL3cvMTAwL2gvMTAw" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=212" target='_black'>西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="price_new"><b>¥199.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=211" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTAwL2gvMTAw" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=211" target='_black'>海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="price_new"><b>¥86.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=210" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1ieN0GcQ7xfZjRONjc3MWQ4NTEuanBnL3cvMTAwL2gvMTAw" alt="长城特酿3年解百纳干红葡萄酒 整箱装 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=210" target='_black'>长城特酿3年解百纳干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="price_new"><b>¥139.00</b></p> </li> </ul> </div> </div> </div> <script type='text/javascript'> //选择头像 function select_ico() { art.dialog.open('/iwebshop/index.php?controller=block&action=photo_upload&callback=%2Fiwebshop%2Findex.php%3Fcontroller%3Ducenter%26action%3Duser_ico_upload', { 'id':'user_ico', 'title':'设置头像', 'ok':function(iframeWin, topWin) { iframeWin.document.forms[0].submit(); return false; } }); } //头像上传回调函数 function callback_user_ico(content) { var content = eval(content); if(content.isError == true) { alert(content.message); } else { $('#user_ico_img').prop('src',content.data); } art.dialog({id:'user_ico'}).close(); } </script> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> //DOM加载完毕后运行 $(function() { //隔行换色 $(".list_table tr:nth-child(even)").addClass('even'); $(".list_table tr").hover( function () { $(this).addClass("sel"); }, function () { $(this).removeClass("sel"); } ); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //按钮高亮 var localUrl = "/iwebshop/index.php?controller=ucenter&action=index"; $('a[href^="'+localUrl+'"]').parent().addClass('current'); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:44:47 INFO ReportUtils.java:32 测试通过
2017-04-24 19:44:47 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:44:47 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:44:48 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:44:48 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:44:48 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:44:48 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:44:48 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:44:49 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <script type='text/javascript'> jQuery(function(){ //查看订单详情按钮 $('#order_a').click(function() { $(this).toggleClass('fold'); $(this).toggleClass('unfold'); $('#order_detail').toggle('slow'); }); }); </script> <div class="wrapper clearfix"> <div class="position mt_10"><span>您当前的位置:</span> <a href="/iwebshop/"> 首页</a> » 成功提交订单</div> <div class="myshopping m_10"> <ul class="order_step"> <li><span class="first">1、查看购物车</span></li> <li class="current_prev"><span>2、填写核对订单信息</span></li> <li class="last_current"><span>3、成功提交订单</span></li> </ul> </div> <div class="cart_box m_10"> <div class="title">成功提交订单</div> <div class="cont"> <p class="order_stats"> <a href="/iwebshop/index.php?controller=ucenter&action=order" class="f_r blue">查看订单</a> <img width="48px" height="51px" alt="" src="/iwebshop/views/default/skin/default/images/front/right.gif"><strong class="f14">订单已提交</strong> </p> <div class="stats_box"> <h3>订单信息</h3> <table width="100%" class="form_table t_l orange"> <colgroup> <col width="75px" /> <col /> </colgroup> <tbody> <tr><th>订单编号:</th><td class="f18 bold red2">20170424194448197998</td></tr> <tr><th>订单金额:</th><td class="f18 bold red2">¥<b>372</b></td></tr> <tr><th>备货时间:</th><td class="f18 bold red2">1天</td></tr> <tr><th>支付方式:</th><td class="f18 bold red2">预存款</td></tr> <tr><th>配送方式:</th><td class="f18 bold red2">快递</td></tr> </tbody> </table> <a class="fold" href="javascript:void(0)" id='order_a'>[查看订单详细信息]</a> <div class="blue_box gray m_10" id='order_detail' style='display:none'> <table class="form_table t_l"> <col width="80px" /> <col /> <tbody> <tr><td class="t_r">收货人名:</td><td>夏楚楚</td></tr> <tr><td class="t_r">联系方式:</td><td>18234569270</td></tr> <tr><td class="t_r">收货时间:</td><td>任意</td></tr> <tr><td class="t_r">发票抬头:</td><td>null</td></tr> </tbody> </table> </div> <!--不是货到付款并且支付方式为线上支付--> <form action='/iwebshop/index.php?controller=block&action=doPay&order_id=14' method='post' target='_blank'> <input class="submit_pay" type="submit" value="立即支付" onclick="return dopay();" /> </form> </div> </div> </div> </div> <script type="text/javascript"> function dopay() { confirm('支付是否成功',"window.location.href='/iwebshop/index.php?controller=ucenter&action=order';"); } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:44:49 INFO ReportUtils.java:32 测试通过
2017-04-24 19:44:49 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:44:49 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:44:49 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:44:49 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">校验码不正确</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:44:49 INFO ReportUtils.java:32 测试通过
2017-04-24 19:44:49 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:44:49 INFO ReportUtils.java:32 开始执行get请求


Automation Log
执行时间 级别 所在行 信息
2017-04-24 19:45:51 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:45:51 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:45:51 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:45:51 INFO ReportUtils.java:32 测试通过
2017-04-24 19:45:51 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:45:51 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:45:51 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:45:51 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <link rel="shortcut icon" href="/iwebshop/favicon.ico" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="ucenter container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li><li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li><li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo">的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a class='reg' href="/iwebshop/index.php?controller=simple&action=logout">安全退出</a>]</p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'> </div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void();">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="position"> 您当前的位置: <a href="/iwebshop/">首页</a> » <a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a> </div> <div class="wrapper clearfix"> <div class="sidebar f_l"> <img src="/iwebshop/views/default/skin/default/images/front/ucenter/ucenter.gif" width="180" height="40" /> <div class="box"> <div class="title"><h2 class='bg1'>交易记录</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=integral">我的积分</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=redpacket">我的代金券</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg2'>服务中心</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=refunds">退款申请</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=complain">站点建议</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=consult">商品咨询</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=evaluation">商品评价</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg3'>应用</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=message">短信息</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=favorite">收藏夹</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg4'>账户资金</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=account_log">帐户余额</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=online_recharge">在线充值</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg5'>个人设置</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=address">地址管理</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=info">个人资料</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=password">修改密码</a></li> </ul> </div> </div> </div> <div class="main f_r"> <div class="userinfo_bar"><span class="f_r">上一次登录时间:2017-04-24 19:44:47</span><b class="f14">您好,的士速递 欢迎回来!</b></div> <div class="box clearfix"> <h3>用户信息</h3> <dl class="userinfo_box"> <dt> <a class="ico"><img id="user_ico_img" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MaTekavdMbj4A1xeN0zcA70fMTkxOTAxMzg4NzAuZ2lmL3cvMTAwL2gvMTAw" width="100" height="100" alt="" onerror="this.src='/iwebshop/views/default/skin/default/images/front/user_ico.gif'" /></a> <a class="blue" href="javascript:select_ico();">修改头像</a> </dt> <dd> <table width="100%" cellpadding="0" cellspacing="0"> <col width="350px" /> <col /> <tr> <td>你的账户目前总积分:<b class="red2">0 分</b>&nbsp;&nbsp;&nbsp;<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=integral">查看积分历史</a></td> <td>你的订单交易总数量:<b class="red2">13 笔</b>&nbsp;&nbsp;&nbsp;<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">进入订单列表</a></td> </tr> <tr> <td>总消费额:<b class="red2">¥</b></td> <td>预存款余额:<b class="red2">¥8339.40</b></td> </tr> <tr> <td>代金券:<b class="red2">0 张</b></td> <td>经验值:<b class="red2">0</b></td> </tr> </table> <div class="stat"> <span>待评价商品:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=evaluation">0</b>)</a></label></span> <span>待付款订单:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=order">6</b>)</a></label></span> <span>待确认收货:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=order">0</b>)</a></label></span> </div> </dd> </dl> </div> <h3 class="bg">我的订单</h3> <div class="box m_10"> <table class="list_table" width="100%" cellpadding="0" cellspacing="0"> <col width="140px" /> <tr> <th>订单编号</th><th>下单日期</th><th>收货人</th><th>支付方式</th><th>总金额</th><th>订单状态</th> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=14">20170424194448197998</a></td> <td>2017-04-24 19:44:48</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=13">20170424144338746737</a></td> <td>2017-04-24 14:43:38</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=12">20170424143804161633</a></td> <td>2017-04-24 14:38:04</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=11">20170424141830155123</a></td> <td>2017-04-24 14:18:30</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=10">20170424102620447030</a></td> <td>2017-04-24 10:26:20</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=9">20170424095716817544</a></td> <td>2017-04-24 09:57:16</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tfoot><tr><td colspan="6" class="t_r"><a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">更多订单&gt;&gt;</a></td></tr></tfoot> </table> </div> <div class="box"> <div class="title"><h2>也许你会对下列商品感兴趣</h2></div> <div class="cont clearfix"> <ul class="prolist f_l"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=221" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQyMTI5MjQuanBnL3cvMTAwL2gvMTAw" alt="樱桃" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=221" target='_black'>樱桃</a></p> <p class="price_new"><b>¥45.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=220" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTAwL2gvMTAw" alt="个大香甜软糯皮薄板栗" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=220" target='_black'>个大香甜软糯皮薄板栗</a></p> <p class="price_new"><b>¥20.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=219" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDM2MDI3MTQuanBnL3cvMTAwL2gvMTAw" alt="又好吃又便宜的草莓促销啦" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=219" target='_black'>又好吃又便宜的草莓促销啦</a></p> <p class="price_new"><b>¥31.90</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=218" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y14eY02cN7jfZmRONmY4MTdlYzUuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=218" target='_black'>法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="price_new"><b>¥238.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=217" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=217" target='_black'>法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="price_new"><b>¥468.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=216" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U10eO0WcU7zfN2JOOGJhMTkxOGIuanBnL3cvMTAwL2gvMTAw" alt="张裕特选级解百纳干红葡萄酒750ml*6" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=216" target='_black'>张裕特选级解百纳干红葡萄酒750ml*6</a></p> <p class="price_new"><b>¥558.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=215" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcc7xfYzROMTQ0NjdhYTguanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=215" target='_black'>法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="price_new"><b>¥258.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=214" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTAwL2gvMTAw" alt="张裕特选级窖藏干红葡萄酒750ml*6" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=214" target='_black'>张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="price_new"><b>¥338.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=213" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y11eN0TcM7zfMDdOZGU2ZWRhMjUuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 双支礼盒装带酒具 750ml*2瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=213" target='_black'>法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 双支礼盒装带酒具 750ml*2瓶</a></p> <p class="price_new"><b>¥168.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=212" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eM0Tcc7zfMThOYTdlNTkyZmUuanBnL3cvMTAwL2gvMTAw" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=212" target='_black'>西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="price_new"><b>¥199.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=211" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTAwL2gvMTAw" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=211" target='_black'>海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="price_new"><b>¥86.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=210" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1ieN0GcQ7xfZjRONjc3MWQ4NTEuanBnL3cvMTAwL2gvMTAw" alt="长城特酿3年解百纳干红葡萄酒 整箱装 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=210" target='_black'>长城特酿3年解百纳干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="price_new"><b>¥139.00</b></p> </li> </ul> </div> </div> </div> <script type='text/javascript'> //选择头像 function select_ico() { art.dialog.open('/iwebshop/index.php?controller=block&action=photo_upload&callback=%2Fiwebshop%2Findex.php%3Fcontroller%3Ducenter%26action%3Duser_ico_upload', { 'id':'user_ico', 'title':'设置头像', 'ok':function(iframeWin, topWin) { iframeWin.document.forms[0].submit(); return false; } }); } //头像上传回调函数 function callback_user_ico(content) { var content = eval(content); if(content.isError == true) { alert(content.message); } else { $('#user_ico_img').prop('src',content.data); } art.dialog({id:'user_ico'}).close(); } </script> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> //DOM加载完毕后运行 $(function() { //隔行换色 $(".list_table tr:nth-child(even)").addClass('even'); $(".list_table tr").hover( function () { $(this).addClass("sel"); }, function () { $(this).removeClass("sel"); } ); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //按钮高亮 var localUrl = "/iwebshop/index.php?controller=ucenter&action=index"; $('a[href^="'+localUrl+'"]').parent().addClass('current'); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:45:51 INFO ReportUtils.java:32 测试通过
2017-04-24 19:45:52 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:45:52 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:45:52 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:45:52 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:45:52 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:45:52 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:45:52 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:45:52 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">您所提交的订单重复,频率太高,请稍候再试...</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:45:52 INFO ReportUtils.java:32 测试通过
2017-04-24 19:45:52 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:45:52 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:45:52 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:45:52 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">校验码不正确</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:45:52 INFO ReportUtils.java:32 测试通过
2017-04-24 19:45:53 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:45:53 INFO ReportUtils.java:32 开始执行get请求


执行时间 级别 所在行 信息
2017-04-24 19:46:38 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:46:38 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop
2017-04-24 19:46:38 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a2HcRb0bc2D2o8v2L934db31d2y75dhbadX0J4j3aaGeVaudZby451jeb02c07vfaW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U13eN0jcl7lfOTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eZ0WcE71fOTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=5"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1FeY0lcN7sfTngtRk1JQUFBQUFBSWg0b19tS0tFQUFBby1BTUJJTDhBQWlINjcyMC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=5">索尼(SONY) KDL-60WM15B 60英寸全高清LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥6099.00</b></p> <p class="light_gray">市场价:<s>¥10999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=168"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeM0jcJ7jfZDFOMmFmYTBkYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018" href="/iwebshop/index.php?controller=site&action=products&id=168">美的(Midea)电饭煲 5L/5升 大容量可预约定时 多功能智能电饭锅 FS5018</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=155"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1weO0GcR7jfZWROMTE5Y2QzMTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=155">科沃斯(Ecovacs) 地宝魔镜S(CEN540-LG)全自动充电家用清扫智能扫地机器人吸尘器</a></p> <p class="brown">惊喜价:<b>¥1099.00</b></p> <p class="light_gray">市场价:<s>¥5990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=171"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U11eN0DcY7yfYjlOMTY3ZTEwNWIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C" href="/iwebshop/index.php?controller=site&action=products&id=171">美的(Midea)电饭煲 4L/4升 可预约定时涡轮动力多功能智能电饭锅 FS406C</a></p> <p class="brown">惊喜价:<b>¥269.00</b></p> <p class="light_gray">市场价:<s>¥439.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=158"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdcbk4J1FeY0lcJ7sfTjBOb3NJQUFBQUFBR1dOcTNHcUNRQUFCS1hRUGxjYlFBQVpaTzcxNS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=158">美国艾罗伯特(iRobot)智能扫地机器人 Roomba飓风 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥6280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=184"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eM02cY7zfZDNOOTVjYjAzOTMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" /></a> <p class="pro_title"><a title="酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=184">酷开(coocaa)K50J 50英寸全高清智能网络液晶平板电视 酷开系统 WiFi(黑色)</a></p> <p class="brown">惊喜价:<b>¥2499.00</b></p> <p class="light_gray">市场价:<s>¥3299.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1zeN0WcU70fMTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4R1ieZ0TcJ7hfMjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=176"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4N1ieZ0jcg70fOGFOYjQ1YjRkZTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇菠萝蜜干果220g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=176">越南进口Sabava沙巴哇菠萝蜜干果220g*2袋</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥53.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=179"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1jeY0jcV7jfNzlOYjkxM2U5ODguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="韩国进口海牌海苔2g*40包" title="韩国进口海牌海苔2g*40包" /></a> <p class="pro_title"><a title="韩国进口海牌海苔2g*40包" href="/iwebshop/index.php?controller=site&action=products&id=179">韩国进口海牌海苔2g*40包</a></p> <p class="brown">惊喜价:<b>¥38.90</b></p> <p class="light_gray">市场价:<s>¥45.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="个大香甜软糯皮薄板栗" title="个大香甜软糯皮薄板栗" /></a> <p class="pro_title"><a title="个大香甜软糯皮薄板栗" href="/iwebshop/index.php?controller=site&action=products&id=220">个大香甜软糯皮薄板栗</a></p> <p class="brown">惊喜价:<b>¥20.00</b></p> <p class="light_gray">市场价:<s>¥20.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4N1meN0mcV7lfY2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Q11eM0WcY7zfN2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdcbk4J1Fea0Fcd7GfSXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y1xeO0GcR7kfM2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=191"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcl7hfYTZOYzMwOGY2MDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" /></a> <p class="pro_title"><a title="A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000" href="/iwebshop/index.php?controller=site&action=products&id=191">A家家具 床 实木床1.5米1.8米双人床简约软包皮床 床+床垫*1 框架床(1800mm*2000</a></p> <p class="brown">惊喜价:<b>¥2699.00</b></p> <p class="light_gray">市场价:<s>¥5542.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=207"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eO0Tcg70fNjdOY2MzNjc3NmQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" /></a> <p class="pro_title"><a title="乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米" href="/iwebshop/index.php?controller=site&action=products&id=207">乐和居 天然乳胶 袋装独立弹簧床垫 双人乳胶席梦思 1.8*2.0米</a></p> <p class="brown">惊喜价:<b>¥1699.00</b></p> <p class="light_gray">市场价:<s>¥3098.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=194"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1leO0GcZ7hfZTdOZWEzNGY4YzQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" /></a> <p class="pro_title"><a title="贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架" href="/iwebshop/index.php?controller=site&action=products&id=194">贝黎诗 欧式双人床1.8米 法式田园公主床 实木高箱床1.5米 卧室家具 8802床真皮雕花床尾框架</a></p> <p class="brown">惊喜价:<b>¥2079.00</b></p> <p class="light_gray">市场价:<s>¥5160.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=197"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eY0WcE74fYWROODU0ZjU2YjQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" /></a> <p class="pro_title"><a title="作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不" href="/iwebshop/index.php?controller=site&action=products&id=197">作木坊 儿童床 实木高低床上下床1.35米床母子男女孩单人橡胶木卧室家具套装组合A903 上下床(不</a></p> <p class="brown">惊喜价:<b>¥5999.00</b></p> <p class="light_gray">市场价:<s>¥14000.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U12eN0Tck7wfYTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=20"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdNbT4U1yeN0jcN7mfY2ZOODAyOGM3ZDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" /></a> <p class="pro_title"><a title="尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L" href="/iwebshop/index.php?controller=site&action=products&id=20">尊首 2015夏款男装 男士韩版修身短袖衬衫 商务休闲衬衣男 免烫衬衫男潮 CS013藏青 L</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥298.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=36"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDI3MTAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" /></a> <p class="pro_title"><a title="供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理" href="/iwebshop/index.php?controller=site&action=products&id=36">供应男士藏族服饰 个性民族表演服唱歌演出服 男士舞台服代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=23"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzg4MjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" /></a> <p class="pro_title"><a title="热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服" href="/iwebshop/index.php?controller=site&action=products&id=23">热卖羌族表演服 羌族手工刺绣女士服装 民族生活接待舞台服</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=26"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3Mzk4NzIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" /></a> <p class="pro_title"><a title="批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理" href="/iwebshop/index.php?controller=site&action=products&id=26">批发民族舞蹈表演服 藏族接待服演出服 成人舞蹈服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand">&lt;<span>全部品牌</span>&gt;</a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:38 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:38 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:46:38 INFO ReportUtils.java:32 同请求发送的[password=121212, login_info=的士速递]
2017-04-24 19:46:38 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=login_act
2017-04-24 19:46:38 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <link rel="shortcut icon" href="/iwebshop/favicon.ico" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="ucenter container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li><li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li><li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo">的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a class='reg' href="/iwebshop/index.php?controller=simple&action=logout">安全退出</a>]</p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'> </div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void();">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="position"> 您当前的位置: <a href="/iwebshop/">首页</a> » <a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a> </div> <div class="wrapper clearfix"> <div class="sidebar f_l"> <img src="/iwebshop/views/default/skin/default/images/front/ucenter/ucenter.gif" width="180" height="40" /> <div class="box"> <div class="title"><h2 class='bg1'>交易记录</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=integral">我的积分</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=redpacket">我的代金券</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg2'>服务中心</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=refunds">退款申请</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=complain">站点建议</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=consult">商品咨询</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=evaluation">商品评价</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg3'>应用</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=message">短信息</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=favorite">收藏夹</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg4'>账户资金</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=account_log">帐户余额</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=online_recharge">在线充值</a></li> </ul> </div> </div> <div class="box"> <div class="title"><h2 class='bg5'>个人设置</h2></div> <div class="cont"> <ul class="list"> <li><a href="/iwebshop/index.php?controller=ucenter&action=address">地址管理</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=info">个人资料</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=password">修改密码</a></li> </ul> </div> </div> </div> <div class="main f_r"> <div class="userinfo_bar"><span class="f_r">上一次登录时间:2017-04-24 19:45:51</span><b class="f14">您好,的士速递 欢迎回来!</b></div> <div class="box clearfix"> <h3>用户信息</h3> <dl class="userinfo_box"> <dt> <a class="ico"><img id="user_ico_img" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MaTekavdMbj4A1xeN0zcA70fMTkxOTAxMzg4NzAuZ2lmL3cvMTAwL2gvMTAw" width="100" height="100" alt="" onerror="this.src='/iwebshop/views/default/skin/default/images/front/user_ico.gif'" /></a> <a class="blue" href="javascript:select_ico();">修改头像</a> </dt> <dd> <table width="100%" cellpadding="0" cellspacing="0"> <col width="350px" /> <col /> <tr> <td>你的账户目前总积分:<b class="red2">0 分</b>&nbsp;&nbsp;&nbsp;<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=integral">查看积分历史</a></td> <td>你的订单交易总数量:<b class="red2">13 笔</b>&nbsp;&nbsp;&nbsp;<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">进入订单列表</a></td> </tr> <tr> <td>总消费额:<b class="red2">¥</b></td> <td>预存款余额:<b class="red2">¥8339.40</b></td> </tr> <tr> <td>代金券:<b class="red2">0 张</b></td> <td>经验值:<b class="red2">0</b></td> </tr> </table> <div class="stat"> <span>待评价商品:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=evaluation">0</b>)</a></label></span> <span>待付款订单:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=order">6</b>)</a></label></span> <span>待确认收货:<label>(<b><a class="red2" href="/iwebshop/index.php?controller=ucenter&action=order">0</b>)</a></label></span> </div> </dd> </dl> </div> <h3 class="bg">我的订单</h3> <div class="box m_10"> <table class="list_table" width="100%" cellpadding="0" cellspacing="0"> <col width="140px" /> <tr> <th>订单编号</th><th>下单日期</th><th>收货人</th><th>支付方式</th><th>总金额</th><th>订单状态</th> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=14">20170424194448197998</a></td> <td>2017-04-24 19:44:48</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=13">20170424144338746737</a></td> <td>2017-04-24 14:43:38</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=12">20170424143804161633</a></td> <td>2017-04-24 14:38:04</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=11">20170424141830155123</a></td> <td>2017-04-24 14:18:30</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待发货</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=10">20170424102620447030</a></td> <td>2017-04-24 10:26:20</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tr> <td><a href="/iwebshop/index.php?controller=ucenter&action=order_detail&id=9">20170424095716817544</a></td> <td>2017-04-24 09:57:16</td> <td>夏楚楚</td> <td>预存款</td> <td>¥372.00</td> <td> <b class="orange">等待付款</b> </td> </tr> <tfoot><tr><td colspan="6" class="t_r"><a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">更多订单&gt;&gt;</a></td></tr></tfoot> </table> </div> <div class="box"> <div class="title"><h2>也许你会对下列商品感兴趣</h2></div> <div class="cont clearfix"> <ul class="prolist f_l"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=221" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQyMTI5MjQuanBnL3cvMTAwL2gvMTAw" alt="樱桃" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=221" target='_black'>樱桃</a></p> <p class="price_new"><b>¥45.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=220" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDQwNDMxNDUuanBnL3cvMTAwL2gvMTAw" alt="个大香甜软糯皮薄板栗" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=220" target='_black'>个大香甜软糯皮薄板栗</a></p> <p class="price_new"><b>¥20.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=219" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7cdvbMdD0Q4v3MajeAavdMbj4A1xeN0zcA70fMjAxNDM2MDI3MTQuanBnL3cvMTAwL2gvMTAw" alt="又好吃又便宜的草莓促销啦" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=219" target='_black'>又好吃又便宜的草莓促销啦</a></p> <p class="price_new"><b>¥31.90</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=218" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y14eY02cN7jfZmRONmY4MTdlYzUuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=218" target='_black'>法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="price_new"><b>¥238.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=217" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y10eZ0Tcd7ifN2FOYTI0N2U3M2YuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=217" target='_black'>法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="price_new"><b>¥468.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=216" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U10eO0WcU7zfN2JOOGJhMTkxOGIuanBnL3cvMTAwL2gvMTAw" alt="张裕特选级解百纳干红葡萄酒750ml*6" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=216" target='_black'>张裕特选级解百纳干红葡萄酒750ml*6</a></p> <p class="price_new"><b>¥558.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=215" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eZ0Tcc7xfYzROMTQ0NjdhYTguanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=215" target='_black'>法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="price_new"><b>¥258.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=214" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4U12eN0mcI75fMGVOODhmZjFjYTguanBnL3cvMTAwL2gvMTAw" alt="张裕特选级窖藏干红葡萄酒750ml*6" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=214" target='_black'>张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="price_new"><b>¥338.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=213" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y11eN0TcM7zfMDdOZGU2ZWRhMjUuanBnL3cvMTAwL2gvMTAw" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 双支礼盒装带酒具 750ml*2瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=213" target='_black'>法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 双支礼盒装带酒具 750ml*2瓶</a></p> <p class="price_new"><b>¥168.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=212" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4Y12eM0Tcc7zfMThOYTdlNTkyZmUuanBnL3cvMTAwL2gvMTAw" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=212" target='_black'>西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="price_new"><b>¥199.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=211" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4V1heY0zck72fODVOODY4ZDRiYTEuanBnL3cvMTAwL2gvMTAw" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=211" target='_black'>海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="price_new"><b>¥86.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=210" target="_black"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7YdvbMdD0E4v3MajeIavdNbT4R1ieN0GcQ7xfZjRONjc3MWQ4NTEuanBnL3cvMTAwL2gvMTAw" alt="长城特酿3年解百纳干红葡萄酒 整箱装 750ml*6瓶" height="100" width="100"></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=210" target='_black'>长城特酿3年解百纳干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="price_new"><b>¥139.00</b></p> </li> </ul> </div> </div> </div> <script type='text/javascript'> //选择头像 function select_ico() { art.dialog.open('/iwebshop/index.php?controller=block&action=photo_upload&callback=%2Fiwebshop%2Findex.php%3Fcontroller%3Ducenter%26action%3Duser_ico_upload', { 'id':'user_ico', 'title':'设置头像', 'ok':function(iframeWin, topWin) { iframeWin.document.forms[0].submit(); return false; } }); } //头像上传回调函数 function callback_user_ico(content) { var content = eval(content); if(content.isError == true) { alert(content.message); } else { $('#user_ico_img').prop('src',content.data); } art.dialog({id:'user_ico'}).close(); } </script> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> //DOM加载完毕后运行 $(function() { //隔行换色 $(".list_table tr:nth-child(even)").addClass('even'); $(".list_table tr").hover( function () { $(this).addClass("sel"); }, function () { $(this).removeClass("sel"); } ); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //按钮高亮 var localUrl = "/iwebshop/index.php?controller=ucenter&action=index"; $('a[href^="'+localUrl+'"]').parent().addClass('current'); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:38 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:38 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:46:38 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=products&id=87
2017-04-24 19:46:39 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jqueryZoom/jquery.imagezoom.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jqueryZoom/imagezoom.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <script type="text/javascript" src="/iwebshop/views/default/javascript/products.js"></script> <div class="position"><span>您当前的位置:</span><a href="/iwebshop/">首页</a> » <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a> » <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> » 2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</div> <div class="wrapper clearfix"> <div class="summary"> <h2>2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</h2> <!--基本信息区域--> <ul> <li> <span class="f_r light_gray">商品编号:<label id="data_goodsNo">SD143446880621</label></span> </li> <!--抢购活动,引入 "_products_time"模板--> <!--团购活动,引入 "_products_groupon"模板--> <!--普通商品购买--> <!--当前用户普通价格--> <li> 销售价:<b class="price red2">¥<span class="f30" id="data_sellPrice">352.00</span></b> </li> <li> 市场价:¥<s id="data_marketPrice">352.00</s> </li> <li> 库存:现货<span>(<label id="data_storeNums">96</label>)</span> <a class="favorite" onclick="favorite_add_ajax(87,this);" href="javascript:void(0)">收藏此商品</a> </li> <li>顾客评分:<span class="grade-star g-star0"></span> (已有0人评价)</li> <!--物流配送运费显示--> <li class="relative" style="z-index:2">至 <a class="sel_area blue" href="javascript:void(0)" name="localArea">当前地区</a>: <span id="deliveInfo"></span> <div class="area_box" style="display:none;"> <ul> <li><a data-code="1" href="#J_PostageTableCont"><strong>全部</strong></a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="110000">北京市</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="120000">天津市</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="130000">河北省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="140000">山西</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="150000">内蒙古自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="210000">辽宁省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="220000">吉林省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="230000">黑龙江省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="310000">上海市</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="320000">江苏省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="330000">浙江省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="340000">安徽省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="350000">福建省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="360000">江西省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="370000">山东省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="410000">河南省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="420000">湖北省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="430000">湖南省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="440000">广东省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="450000">广西壮族自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="460000">海南省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="500000">重庆市</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="510000">四川省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="520000">贵州省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="530000">云南省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="540000">西藏自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="610000">陕西省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="620000">甘肃省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="630000">青海省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="640000">宁夏回族自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="650000">新疆维吾尔自治区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="710000">台湾省</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="810000">香港特别行政区</a></li> <li><a href="javascript:void(0);" name="areaSelectButton" value="820000">澳门特别行政区</a></li> </ul> </div> </li> <!--商家信息 开始--> <!--商家信息 结束--> </ul> <!--购买区域--> <div class="current"> <dl class="m_10 clearfix"> <dt>购买数量:</dt> <dd> <input class="gray_t f_l" type="text" id="buyNums" value="1" maxlength="5" /> <div class="resize"> <a class="add" id="buyAddButton" href="javascript:void(0);"></a> <a class="reduce" id="buyReduceButton" href="javascript:void(0);"></a> </div> </dd> </dl> <input class="submit_buy" type="button" id="buyNowButton" value="立即购买" /> <div class="shop_cart"> <input class="submit_join" type="button" id="joinCarButton" value="加入购物车" /> </div> </div> </div> <!--图片放大镜--> <div class="preview"> <div class="pic_show" style="width:435px;height:435px;position:relative;z-index:5;padding-bottom:5px;"> <img id="picShow" rel="" src="" /> </div> <ul id="goodsPhotoList" class="pic_thumb"> <li> <a href="javascript:void(0);" thumbimg="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvNDM1L2gvNDM1" sourceimg="/iwebshop/upload/2015/06/16/20150616233325986.jpg"> <img src='/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvNjAvaC82MAO0O0OO0O0O' width="60px" height="60px" /> </a> </li> <li> <a href="javascript:void(0);" thumbimg="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU3MjQuanBnL3cvNDM1L2gvNDM1" sourceimg="/iwebshop/upload/2015/06/16/20150616233325724.jpg"> <img src='/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU3MjQuanBnL3cvNjAvaC82MAO0O0OO0O0O' width="60px" height="60px" /> </a> </li> <li> <a href="javascript:void(0);" thumbimg="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU1NjEuanBnL3cvNDM1L2gvNDM1" sourceimg="/iwebshop/upload/2015/06/16/20150616233325561.jpg"> <img src='/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU1NjEuanBnL3cvNjAvaC82MAO0O0OO0O0O' width="60px" height="60px" /> </a> </li> </ul> </div> </div> <div class="t_l"> <a class="zoom blue" href="/iwebshop/index.php?controller=site&action=pic_show&id=87">点击看大图</a> </div> <div class="wrapper clearfix container_2"> <!--左边栏--> <div class="sidebar f_l"> <!--促销规则--> <div class="box m_10"> <div class="title">促销活动</div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--热卖商品--> <div class="box m_10"> <div class="title">热卖商品</div> <div class="content"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img width="58px" height="58px" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMTkyNzkuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a> <b>¥279.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img width="58px" height="58px" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDM5MTYuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a> <b>¥260.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img width="58px" height="58px" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a> <b>¥352.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img width="58px" height="58px" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzI3NDM3NjIuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a> <b>¥720.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img width="58px" height="58px" alt="iWebShop支付测试" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdT0I4v3MajegavdMbj4A1xeN0TcE7yfMjgwOTIyMDk0ODcuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="iWebShop支付测试" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a> <b>¥0.10</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img width="58px" height="58px" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzM1MTM3NzMuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a> <b>¥25.00</b> </li> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img width="58px" height="58px" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMDMxMzEuanBnL3cvNTgvaC81OAO0O0OO0O0O" /></a> <a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" class="p_name" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a> <b>¥280.00</b> </li> </ul> </div> </div> <!--热卖商品--> </div> <!--滑动面tab标签--> <div class="main f_r" style="overflow:hidden"> <div class="uc_title" name="showButton"> <label class="current"><span>商品详情</span></label> <label><span>顾客评价(0)</span></label> <label><span>购买记录(0)</span></label> <label><span>购买前咨询(0)</span></label> <label><span>网友讨论圈(0)</span></label> </div> <div name="showBox"> <!-- 商品详情 start --> <div> <ul class="saleinfos m_10 clearfix"> <li>商品名称:2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</li> <li>商品毛重:<label id="data_weight">0.00</label></li> <li>上架时间:2015-06-16 23:33:26</li> </ul> <div class="salebox"> <strong class="saletitle block">产品描述:</strong> <p class="saledesc"><P><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/011/953/1639359110_42083494.jpg" width=750 height=499><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/111/953/1639359111_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/411/953/1639359114_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/811/953/1639359118_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/121/953/1639359121_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/521/953/1639359125_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i01.c.aliimg.com/img/ibank/2014/031/953/1639359130_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i01.c.aliimg.com/img/ibank/2014/431/953/1639359134_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/141/953/1639359141_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/341/953/1639359143_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i04.c.aliimg.com/img/ibank/2014/738/131/1638131837_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i02.c.aliimg.com/img/ibank/2014/448/131/1638131844_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i02.c.aliimg.com/img/ibank/2014/848/131/1638131848_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i00.c.aliimg.com/img/ibank/2014/158/131/1638131851_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i00.c.aliimg.com/img/ibank/2014/658/131/1638131856_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i04.c.aliimg.com/img/ibank/2014/268/131/1638131862_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i04.c.aliimg.com/img/ibank/2014/568/131/1638131865_42083494.jpg"><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/403/953/1639359304_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/223/953/1639359322_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/723/953/1639359327_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/143/953/1639359341_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/553/953/1639359355_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i03.c.aliimg.com/img/ibank/2014/863/953/1639359368_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk><IMG alt=undefined src="http://i05.c.aliimg.com/img/ibank/2014/893/953/1639359398_42083494.jpg" width=750 height=750><BR class=img-brk><BR class=img-brk></P></p> </div> </div> <!-- 商品详情 end --> <!-- 顾客评论 start --> <div class="hidden comment_list box"> <div class="title3"> <img src="/iwebshop/views/default/skin/default/images/front/comm.gif" width="16px" height="16px" /> 商品评论<span class="f12 normal">(已有<b class="red2">0</b>条)</span> </div> <div id='commentBox'></div> <!--评论JS模板--> <script type='text/html' id='commentRowTemplate'> <div class="item"> <div class="user"> <div class="ico"> <a href="javascript:void(0)"> <img src="/iwebshop/<%=head_ico%>" width="70px" height="70px" onerror="this.src='/iwebshop/views/default/skin/default/images/front/user_ico.gif'" /> </a> </div> <span class="blue"><%=username%></span> </div> <dl class="desc"> <p class="clearfix"> <b>评分:</b> <span class="grade-star g-star<%=point%>"></span> <span class="light_gray"><%=comment_time%></span><label></label> </p> <hr /> <p><b>评价:</b><span class="gray"><%=contents%></span></p> <%if(recontents){%> <p><b>回复:</b><span class="red"><%=recontents%></span></p> <%}%> </dl> <div class="corner b"></div> </div> <hr /> </script> </div> <!-- 顾客评论 end --> <!-- 购买记录 start --> <div class="hidden box"> <div class="title3"> <img src="/iwebshop/views/default/skin/default/images/front/cart.gif" width="16" height="16" alt="" /> 购买记录<span class="f12 normal">(已有<b class="red2">0</b>购买)</span> </div> <table width="100%" class="list_table m_10 mt_10"> <colgroup> <col width="150" /> <col width="120" /> <col width="120" /> <col width="150" /> <col /> </colgroup> <thead class="thead"> <tr> <th>购买人</th> <th>出价</th> <th>数量</th> <th>购买时间</th> <th>状态</th> </tr> </thead> <tbody class="dashed" id="historyBox"></tbody> </table> <!--购买历史js模板--> <script type='text/html' id='historyRowTemplate'> <tr> <td><%=username?username:'游客'%></td> <td><%=goods_price%></td> <td class="bold orange"><%=goods_nums%></td> <td class="light_gray"><%=completion_time%></td> <td class="bold blue">成交</td> </tr> </script> </div> <!-- 购买记录 end --> <!-- 购买前咨询 start --> <div class="hidden comment_list box"> <div class="title3"> <span class="f_r f12 normal"><a class="comm_btn" href="/iwebshop/index.php?controller=site&action=consult&id=87">我要咨询</a></span> <img src="/iwebshop/views/default/skin/default/images/front/cart.gif" width="16" height="16" />购买前咨询<span class="f12 normal">(共<b class="red2">0</b>记录)</span> </div> <div id='referBox'></div> <!--购买咨询JS模板--> <script type='text/html' id='referRowTemplate'> <div class="item"> <div class="user"> <div class="ico"><img src="/iwebshop/<%=head_ico%>" width="70px" height="70px" onerror="this.src='/iwebshop/views/default/skin/default/images/front/user_ico.gif'" /></div> <span class="blue"><%=username%></span> </div> <dl class="desc gray"> <p> <img src="/iwebshop/views/default/skin/default/images/front/ask.gif" width="16px" height="17px" /> <b>咨询内容:</b><span class="f_r"><%=time%></span> </p> <p class="indent"><%=question%></p> <hr /> <%if(answer){%> <p class="bg_gray"><img src="/iwebshop/views/default/skin/default/images/front/answer.gif" width="16px" height="17px" /> <b class="orange">商家回复:</b><span class="f_r"><%=reply_time%></span></p> <p class="indent bg_gray"><%=answer%></p> <%}%> </dl> <div class="corner b"></div> <div class="corner tl"></div> </div> <hr /> </script> </div> <!-- 购买前咨询 end --> <!-- 网友讨论圈 start --> <div class="hidden box"> <div class="title3"> <span class="f_r f12 normal"><a class="comm_btn" name="discussButton">发表话题</a></span> <img src="/iwebshop/views/default/skin/default/images/front/discuss.gif" width="18px" height="19px" /> 网友讨论圈<span class="f12 normal">(共<b class="red2">0</b>记录)</span> </div> <div class="wrap_box no_wrap"> <!--讨论内容列表--> <table width="100%" class="list_table"> <colgroup> <col /> <col width="150"> </colgroup> <tbody id='discussBox'></tbody> </table> <!--讨论JS模板--> <script type='text/html' id='discussRowTemplate'> <tr> <td class="t_l discussion_td" style="border:none;"> <span class="blue"><%=username%></span> </td> <td style="border:none;" class="t_r gray discussion_td"><%=time%></td> </tr> <tr><td class="t_l" colspan="2"><%=contents%></td></tr> </script> <!--讨论内容输入框--> <table class="form_table" style="display:none;" id="discussTable"> <colgroup> <col width="80px"> <col /> </colgroup> <tbody> <tr> <th>讨论内容:</th> <td valign="top"><textarea id="discussContent" pattern="required" alt="请填写内容"></textarea></td> </tr> <tr> <th>验证码:</th> <td><input type='text' class='gray_s' name='captcha' pattern='^\w{5}$' alt='填写下面图片所示的字符' /><label>填写下面图片所示的字符</label></td> </tr> <tr class="low"> <th></th> <td><img src='/iwebshop/index.php?controller=site&action=getCaptcha' id='captchaImg' /><span class="light_gray">看不清?<a class="link" href="javascript:changeCaptcha();">换一张</a></span></td> </tr> <tr> <td></td> <td><label class="btn"><input type="submit" value="发表" name="sendDiscussButton" /></label></td> </tr> </tbody> </table> </div> </div> <!-- 网友讨论圈 end --> </div> </div> </div> <script type="text/javascript"> //DOM加载结束后 $(function(){ //初始化商品详情对象 var productInstance = new productClass("87","1","","0"); //初始化商品轮换图 $('#goodsPhotoList').bxSlider({ infiniteLoop:false, hideControlOnEnd:true, controls:true, pager:false, minSlides: 5, maxSlides: 5, slideWidth: 72, slideMargin: 15, onSliderLoad:function(currentIndex){ //默认初始化显示第一张 $('[thumbimg]:eq('+currentIndex+')').trigger('click'); //放大镜 $("#picShow").imagezoom(); } }); //城市地域选择按钮事件 $('.sel_area').hover( function(){ $('.area_box').show(); },function(){ $('.area_box').hide(); } ); $('.area_box').hover( function(){ $('.area_box').show(); },function(){ $('.area_box').hide(); } ); //详情滑动门按钮绑定 $('[name="showButton"]>label').click(function() { //滑动按钮高亮 $(this).siblings().removeClass('current'); $(this).addClass('current'); //滑动DIV显示 $('[name="showBox"]>div').hide(); $('[name="showBox"]>div:eq('+$(this).index()+')').show(); //滑动按钮绑定事件 switch($(this).index()) { case 1: { productInstance.comment_ajax(); } break; case 2: { productInstance.history_ajax(); } break; case 3: { productInstance.refer_ajax(); } break; case 4: { productInstance.discuss_ajax(); } break; } }); }); </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:39 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:39 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:46:39 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=cart2&id=87&num=1&type=goods
2017-04-24 19:46:39 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/orderFormClass.js'></script> <script type='text/javascript'> //创建订单表单实例 orderFormInstance = new orderFormClass(); //DOM加载完毕 jQuery(function(){ //商家信息 orderFormInstance.seller = [352]; //商品价格 orderFormInstance.goodsSum = "352"; //配送方式初始化 orderFormInstance.deliveryInit("1"); //收货地址数据 orderFormInstance.addressInit(); //支付方式 orderFormInstance.paymentInit("1"); //免运费 orderFormInstance.freeFreight = []; }); </script> <div class="wrapper clearfix"> <div class="position mt_10"><span>您当前的位置:</span> <a href="/iwebshop/"> 首页</a> » 填写核对订单信息</div> <div class="myshopping m_10"> <ul class="order_step"> <li class="current_prev"><span class="first"><a href='javascript:window.history.go(-1);'>1、查看购物车</a></span></li> <li class="current"><span>2、填写核对订单信息</span></li> <li class="last"><span>3、成功提交订单</span></li> </ul> </div> <form action='/iwebshop/index.php?controller=simple&action=cart3' method='post' name='order_form' onsubmit='return orderFormInstance.isSubmit()'> <input type='hidden' name='direct_gid' value='87' /> <input type='hidden' name='direct_type' value='goods' /> <input type='hidden' name='direct_num' value='1' /> <input type='hidden' name='direct_promo' value='' /> <input type='hidden' name='direct_active_id' value='0' /> <div class="cart_box m_10"> <div class="title">填写核对订单信息</div> <div class="cont"> <!--地址管理 开始--> <div class="wrap_box"> <h3> <span class="orange">收货人信息</span> </h3> <div class="prompt_4 m_10"> <strong>常用收货地址</strong> <ul class="addr_list"> <li id="addressItem3"> <label><input class="radio" name="radio_address" type="radio" value="3" onclick="orderFormInstance.getDelivery(430000);" />夏楚楚&nbsp;&nbsp;&nbsp;湖南省 岳阳市 湘阴县 东塘镇</label> [<a href="javascript:orderFormInstance.addressEdit(3);" style="color:#005ea7;">修改地址</a>] [<a href="javascript:orderFormInstance.addressDel(3);" style="color:#005ea7">删除</a>] </li> <li id="addressItem7"> <label><input class="radio" name="radio_address" type="radio" value="7" onclick="orderFormInstance.getDelivery(130000);" />肖筱&nbsp;&nbsp;&nbsp;河北省 邯郸市 复兴区 色胆包天话题发布</label> [<a href="javascript:orderFormInstance.addressEdit(7);" style="color:#005ea7;">修改地址</a>] [<a href="javascript:orderFormInstance.addressDel(7);" style="color:#005ea7">删除</a>] </li> <li> <label><a href="javascript:orderFormInstance.addressAdd();" style="color:#005ea7;">添加新地址</a></label> </li> </ul> <!--收货地址项模板--> <script type='text/html' id='addressLiTemplate'> <li id="addressItem<%=item['id']%>"> <label><input class="radio" name="radio_address" type="radio" value="<%=item['id']%>" onclick="orderFormInstance.getDelivery(<%=item['province']%>);" /><%=item['accept_name']%>&nbsp;&nbsp;&nbsp;<%=item['province_val']%> <%=item['city_val']%> <%=item['area_val']%> <%=item['address']%></label> [<a href="javascript:orderFormInstance.addressEdit(<%=item['id']%>);" style="color:#005ea7;">修改地址</a>] [<a href="javascript:orderFormInstance.addressDel(<%=item['id']%>);" style="color:#005ea7">删除</a>] </li> </script> </div> </div> <!--地址管理 结束--> <!--配送方式 开始--> <div class="wrap_box"> <h3> <span class="orange">配送方式</span> </h3> <table width="100%" class="border_table m_10"> <colgroup> <col width="180px" /> <col /> </colgroup> <tbody> <tr> <th><label><input type="radio" name="delivery_id" value="1" paytype="0" onclick='orderFormInstance.deliverySelected(1);' />快递</label></th> <td> <span id="deliveryShow1"></span> 直接由第三方物流公司配送 </td> </tr> <tr> <th><label><input type="radio" name="delivery_id" value="2" paytype="1" onclick='orderFormInstance.deliverySelected(2);' />货到付款</label></th> <td> <span id="deliveryShow2"></span> 直接由第三方物流公司配送 </td> </tr> </tbody> <!--配送信息--> <script type='text/html' id='deliveryTemplate'> <span style="color:#e4393c">运费:¥<%=item['price']%></span> <%if(item['protect_price'] > 0){%> <span style="color:#e4393c">保价:¥<%=item['protect_price']%></span> <%}%> </script> <!--物流自提点--> <script type='text/html' id='takeselfTemplate'> [<%=item['address']%> <%=item['name']%> <%=item['phone']%> <%=item['mobile']%>] </script> <tfoot> <th>指定送货时间:</th> <td> <label class='attr'><input type='radio' name='accept_time' checked="checked" value='任意' />任意</label> <label class='attr'><input type='radio' name='accept_time' value='周一到周五' />周一到周五</label> <label class='attr'><input type='radio' name='accept_time' value='周末' />周末</label> </td> </tfoot> </table> </div> <!--配送方式 结束--> <!--支付方式 开始--> <div class="wrap_box" id="paymentBox"> <h3> <span class="orange">支付方式</span> </h3> <table width="100%" class="border_table"> <colgroup> <col width="200px" /> <col /> </colgroup> <tr> <th><label><input class="radio" name="payment" alt="0" onclick='orderFormInstance.paymentSelected(1);' title="预存款" type="radio" value="1" />预存款</label></th> <td> </td> </tr> </table> </div> <!--支付方式 结束--> <!--订单留言 开始--> <div class="wrap_box"> <h3> <span class="orange">订单附言</span> </h3> <table width="100%" class="form_table"> <colgroup> <col width="120px" /> <col /> </colgroup> <tr> <th>订单附言:</th> <td><input class="normal" type="text" name='message' /></td> </tr> </table> </div> <!--订单留言 结束--> <!--购买清单 开始--> <div class="wrap_box"> <h3><span class="orange">购买的商品</span></h3> <div class="cart_prompt f14 t_l m_10" style="display:none"> <p class="m_10 gray"><b class="orange">恭喜,</b>您的订单已经满足了以下优惠活动!</p> </div> <table width="100%" class="cart_table t_c"> <colgroup> <col width="115px" /> <col /> <col width="80px" /> <col width="80px" /> <col width="80px" /> <col width="80px" /> <col width="80px" /> </colgroup> <thead> <tr> <th>图片</th> <th>商品名称</th> <th>赠送积分</th> <th>单价</th> <th>优惠</th> <th>数量</th> <th class="last">小计</th> </tr> </thead> <tbody> <!-- 商品展示 开始--> <tr> <td><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d2XcBbsbb222F8k2L9z4Ibw1M2T7UdvbMdD0Y4v3MaTeYavdMbj4A1xeN0TcA72fMTYyMzMzMjU5ODYuanBnL3cvNjYvaC82NgO0O0OO0O0O" width="66px" height="66px" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></td> <td class="t_l"> <a href="/iwebshop/index.php?controller=site&action=products&id=87" class="blue">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a> </td> <td>0</td> <td><b>¥352.00</b></td> <td>减¥0</td> <td>1</td> <td id="deliveryFeeBox_87_0_1"><b class="red2">¥352</b></td> </tr> <!-- 商品展示 结束--> </tbody> </table> </div> <!--购买清单 结束--> </div> </div> <!--金额结算--> <div class="cart_box"> <div class="cont_2"> <strong>结算信息</strong> <div class="pink_box"> <p class="f14 t_l">商品总金额:<b>352</b> - 代金券:<b name='ticket_value'>0</b> + 税金:<b id='tax_fee'>0</b> + 运费总计:<b id='delivery_fee_show'>0</b> + 保价:<b id='protect_price_value'>0</b> + 支付手续费:<b id='payment_value'>0</b></p> <a class="fold" href='javascript:orderFormInstance.ticketShow();'> <b class="orange">使用代金券</b> </a> </div> <hr class="dashed" /> <div class="pink_box gray m_10"> <table width="100%" class="form_table t_l"> <colgroup> <col width="220px" /> <col /> <col width="250px" /> </colgroup> <tr> <td>是否需要发票?(税金:¥35.2) <input class="radio" onclick="orderFormInstance.doAccount();$('#tax_title').toggle();" name="taxes" type="checkbox" value="35.2" /></td> <td><label id="tax_title" class='attr' style='display:none'>发票抬头:<input type='text' class='normal' name='tax_title' /></label></td> <td class="t_r"><b class="price f14">应付总额:<span class="red2">¥<b id='final_sum'>352</b></span>元</b></td> </tr> </table> </div> <p class="m_10 t_r"><input type="submit" class="submit_order" /></p> </div> </div> </form> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:39 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:39 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:46:39 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=joinCart&_paramKey_=_paramVal_&goods_id=87&type=goods&goods_num=1&random=0.947724801066516
2017-04-24 19:46:39 INFO ReportUtils.java:32 jsonObject{"isError":false,"message":"添加成功"}
2017-04-24 19:46:39 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:39 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:46:39 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=block&action=address&_paramKey_=_paramVal_
2017-04-24 19:46:39 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html> <html lang="zh-CN"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>修改收货地址</title> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/areaSelect/areaSelect.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type="text/css"> .valid-msg,.invalid-msg,.form-group label{display:none;line-height:0px} .__address * {padding: 0;margin: 0;list-style: none;} .__address .__address_alert li {position: relative;margin: 20px 0;height: 40px;} .__address .__address_alert li span { position: absolute;height: 10px;line-height: 10px;background: #fff;top: -7px;padding: 0 10px;left: 5px; color: #999;font-size: 11px;z-index: 1; } .__address .__address_alert li .__text,.__address .__address_alert li select { display: block;width: 100%;height: 16px;line-height: 16px;border-radius: 0;padding: 10px 0;border: none; background: #fff;text-indent: 10px;box-shadow: 0 0 0 1px #ddd; } .__address .__address_alert li select { width: 30%;float: left;height: 36px;line-height: 36px;margin: 0 0 0 5%;padding: 0; } .__address .__address_alert li select:nth-of-type(1){margin-left: 0 !important;} </style> </head> <body class="__address"> <form action="/iwebshop/index.php?controller=simple&action=address_add" method="post" name="addressForm" class="form-horizontal"> <input type="hidden" name="id" /> <section class="__address_alert"> <ul> <li> <span>姓名</span> <input class="__text" type="text" name="accept_name" pattern='required' alt='姓名不能为空' /> </li> <li> <span>省份</span> <select name="province" child="city,area"></select> <select name="city" child="area"></select> <select name="area" pattern="required" alt="请选择收货地区"></select> </li> <li> <span>地址</span> <input class="__text" name='address' type="text" alt='地址不能为空' pattern='required' /> </li> <li> <span>手机</span> <input class="__text" name='mobile' type="text" pattern='mobi' alt='格式不正确' /> </li> <li> <span>固话</span> <input class="__text" type="text" pattern='phone' name='telphone' empty alt='格式不正确' /> </li> <li> <span>邮编</span> <input class="__text" name='zip' empty type="text" pattern='zip' alt='格式不正确' /> </li> </ul> </section> </body> <script type='text/javascript'> jQuery(function() { var areaInstance = new areaSelect('province'); areaInstance.init(null); }) </script> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/sysdefault/";_skinPath = "/iwebshop/views/sysdefault/skin/green/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:39 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:39 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:46:39 INFO ReportUtils.java:32 同请求发送的[direct_active_id=0, direct_type=goods, direct_promo=null, message=null, payment=1, delivery_id=1, radio_address=3, direct_gid=87, accept_time=任意, direct_num=1, tax_title=null]
2017-04-24 19:46:39 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=simple&action=cart3
2017-04-24 19:46:40 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">您所提交的订单重复,频率太高,请稍候再试...</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:40 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:40 INFO ReportUtils.java:32 开始执行post请求
2017-04-24 19:46:40 INFO ReportUtils.java:32 同请求发送的[sign=93bef9b21185fa78b1f366f0a5caa920, order_no=20170424144338700000, attach=20170424144338700000, total_fee=372]
2017-04-24 19:46:40 INFO ReportUtils.java:32 执行请求的URI为:http://localhost/iwebshop/index.php?controller=ucenter&action=payment_balance
2017-04-24 19:46:40 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">校验码不正确</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:40 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:40 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:46:40 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=site&action=search_list&word=
2017-04-24 19:46:40 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> 的士速递您好,欢迎您来到iWebShop开源电子商务平台购物![<a href="/iwebshop/index.php?controller=simple&action=logout" class="reg">安全退出</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=35">水果</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请输入正确的查询关键词</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:40 INFO ReportUtils.java:32 测试通过
2017-04-24 19:46:40 INFO ReportUtils.java:32 开始执行get请求
2017-04-24 19:46:40 INFO ReportUtils.java:32 现在的uri:http://localhost/iwebshop/index.php?controller=simple&action=logout
2017-04-24 19:46:40 INFO ReportUtils.java:32 jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script>
2017-04-24 19:46:40 INFO ReportUtils.java:32 测试通过